Skip to content

Commit aa41938

Browse files
authored
Update create-a-subnet.md - fix lock_cost -> burn-cost (#555)
Update create a subnet docs to properly reflect the use of the "burn-cost" command. Current docs incorrectly instruct the user to run "btcli subnet lock_cost" which is not a valid command on the newest version of btcli. rather this command is "btcli subnet burn-cost"
1 parent dba4076 commit aa41938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/subnets/create-a-subnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If you have not already done so, create Bittensor wallet(s) using the steps desc
9595
### Step 2. Get the current price
9696

9797
```bash
98-
btcli subnet lock_cost --subtensor.network test
98+
btcli subnet burn-cost --subtensor.network test
9999
```
100100
Output:
101101
```bash
@@ -146,7 +146,7 @@ If you have not already done so, create Bittensor wallet(s) using the steps desc
146146
The code below shows how to get the current price of creating a subnet on the mainchain (when the `--subtensor.network` option is not used, then the `btcli` will default to the `mainchain`).
147147

148148
```bash
149-
btcli subnet lock_cost
149+
btcli subnet burn-cost
150150
```
151151
Output:
152152
```bash
@@ -171,4 +171,4 @@ Output:
171171
>> Register subnet? [y/n]: <y/n> # Select yes (y)
172172
>> Registering subnet...
173173
✅ Registered subnetwork with netuid: 1 # Your subnet netuid will show here, save this for later.
174-
```
174+
```

0 commit comments

Comments
 (0)