Skip to content

Commit

Permalink
feat: update pkg @fluencelabs/deal-aurora (#135)
Browse files Browse the repository at this point in the history
* fix: update pkg @fluencelabs/deal-aurora

* fix: testnet addresses

* fix: change adresses

* fix: linter

* feat: update pkg @fluencelabs/deal-aurora

---------

Co-authored-by: Artsiom Shamsutdzinau <[email protected]>
  • Loading branch information
elshan-eth and shamsartem authored Feb 7, 2023
1 parent 8a642fb commit 42fa72b
Show file tree
Hide file tree
Showing 5 changed files with 2,558 additions and 2,206 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ docs
node_modules
tmp
.fluence
package-lock.json
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ EXAMPLES
$ fluence autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.4.4/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.4.5/src/commands/autocomplete/index.ts)_

## `fluence build`

Expand Down Expand Up @@ -215,17 +215,20 @@ Create your deal with the specified parameters

```
USAGE
$ fluence deal create --subnetId <value> --pricePerEpoch <value> --requiredStake <value> [--no-input] [-k
<value>] [--network <value>]
$ fluence deal create --appCID <value> --requiredStake <value> [--no-input] [-k <value>] [--pricePerEpoch
<value>] [--minWorkers <value>] [--maxWorkers <value>] [--targetWorkers <value>] [--network <value>]
FLAGS
-k, --privKey=<value> Private key with which transactions will be signed through cli
--appCID=<value> (required) CID of the application that will be deployed
--maxWorkers=<value> [default: 5]
--minWorkers=<value> [default: 1]
--network=<network> [default: testnet] $The network in which the transactions used by the command will be carried
out (local, testnet)
--no-input Don't interactively ask for any input from the user
--pricePerEpoch=<value> (required) The price that you will pay to resource owners per epoch
--pricePerEpoch=<value> [default: 1] The price that you will pay to resource owners per epoch
--requiredStake=<value> (required) Required collateral in FLT tokens to join a deal for resource owners.
--subnetId=<value> (required) Subnet ID for a deal
--targetWorkers=<value> [default: 3]
DESCRIPTION
Create your deal with the specified parameters
Expand Down Expand Up @@ -547,7 +550,7 @@ DESCRIPTION
Display help for fluence.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.2/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.4/src/commands/help.ts)_

## `fluence init [PATH]`

Expand Down
Loading

0 comments on commit 42fa72b

Please sign in to comment.