Skip to content

Commit 7382870

Browse files
committed
minor edits
1 parent 0ae3e46 commit 7382870

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docs/bittensor-networks.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ title: "Bittensor Networks"
66

77
The below table presents Bittensor networks and a few details:
88

9-
| DESCRIPTION | MAINNET | TESTNET | LOCALNET |
10-
| :---------------------------- | :------------------------------------------ | :--------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
11-
| **Chain URL** | wss://entrypoint-finney.opentensor.ai:443 | wss://test.finney.opentensor.ai:443 | ws://127.0.0.1:9944 |
12-
| **Example Usage** | `btcli wallet swap_hotkey --network finney` | `btcli wallet swap_hotkey --network test` | `btcli wallet swap_hotkey --network local` |
13-
| **Block processing** | One block every 12 seconds | One block every 12 seconds | One block every 0.25s seconds in fast blocks mode and one block every 12s in non-fast blocks mode. |
14-
| **Mainnet Archive** | wss://archive.chain.opentensor.ai:443 | None | None |
15-
| **Mainnet Lite** | wss://lite.chain.opentensor.ai:443 | None | None |
16-
| **Experimental Mainnet Lite** | wss://lite.finney.test.opentensor.ai:443 | None | None |
17-
| **Network Purpose** | Transactions with financial value | Test transactions with no value, constrained by tokenomics | Development and testing in fully user-controlled environment |
18-
| **Test TAO** | None | Available on request (not compatible with devnet test TAO) | Available in Alice wallet. See [Access the Alice account |
19-
20-
](./local-build/provision-wallets#access-the-alice-account)
9+
| DESCRIPTION | MAINNET | TESTNET | LOCALNET |
10+
| :---------------------------- | :------------------------------------------ | :--------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
11+
| **Chain URL** | wss://entrypoint-finney.opentensor.ai:443 | wss://test.finney.opentensor.ai:443 | ws://127.0.0.1:9944 |
12+
| **Example Usage** | `btcli wallet swap_hotkey --network finney` | `btcli wallet swap_hotkey --network test` | `btcli wallet swap_hotkey --network local` |
13+
| **Block processing** | One block every 12 seconds | One block every 12 seconds | One block every 0.25s seconds in fast blocks mode and one block every 12s in non-fast blocks mode. |
14+
| **Mainnet Archive** | wss://archive.chain.opentensor.ai:443 | None | None |
15+
| **Mainnet Lite** | wss://lite.chain.opentensor.ai:443 | None | None |
16+
| **Experimental Mainnet Lite** | wss://lite.finney.test.opentensor.ai:443 | None | None |
17+
| **Network Purpose** | Transactions with financial value | Test transactions with no value, constrained by tokenomics | Development and testing in fully user-controlled environment |
18+
| **Test TAO** | None | Available on request (not compatible with devnet test TAO) | Available in Alice wallet. See [Access the Alice account](./local-build/provision-wallets#access-the-alice-account). |

0 commit comments

Comments
 (0)