Skip to content

Commit fbbe82c

Browse files
author
Normalnoise
authored
Merge pull request #168 from swanchain/Normalnoise-patch-10
add sequencer's **Dynamic Pricing Strategy**
2 parents e937999 + 29fb2d6 commit fbbe82c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ubi/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Output:
6464
--ownerAddress <YOUR_OWNER_ADDRESS> \
6565
--workerAddress <YOUR_WORKER_ADDRESS> \
6666
--beneficiaryAddress <YOUR_BENEFICIAERY_ADDRESS> \
67-
--task-types 1,2
67+
--task-types 1,2,4
6868
```
69-
**Note:** `--task-types`: Supports 4 task types (1: Fil-C2, 2: Mining, 3: AI, 4: Inference, 5: NodePort), separated by commas. For ECP, it needs to be set to 1,2.
69+
**Note:** `--task-types`: Supports 5 task types (1: Fil-C2, 2: Mining, 3: AI, 4: Inference, 5: NodePort), separated by commas. For ECP, it needs to be set to 1,2,4.
7070
- Collateral `SWANU` for ECP
7171
```bash
7272
computing-provider collateral add --ecp --from <YOUR_WALLET_ADDRESS> <AMOUNT>
@@ -86,7 +86,7 @@ computing-provider collateral add --ecp --from <YOUR_WALLET_ADDRESS> <AMOUNT>
8686
> computing-provider sequencer withdraw --owner <YOUR_OWNER_WALLET_ADDRESS> <amount>
8787
> ```
8888
89-
>**Note:** Currently one zk-task requires 0.0000005 SwanETH,
89+
>**Note:** the gas cost is decided by the **[Dynamic Pricing Strategy](https://docs.swanchain.io/bulders/market-provider/web3-zk-computing-market/sequencer)**
9090
9191
9292
## Config resource price

0 commit comments

Comments
 (0)