Skip to content

Commit da94d14

Browse files
committed
docs: remove quick wallet setup admonishment
1 parent 8464be7 commit da94d14

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

docs/book/usage/networks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ available.
6363
Interacting with Walrus requires a valid Sui Testnet wallet with some amount of SUI tokens. The
6464
normal way to set this up is via the Sui CLI; see the [installation
6565
instructions](https://docs.sui.io/guides/developer/getting-started/sui-install) in the Sui
66-
documentation. If you do not want to install the Sui CLI, you can also generate a new Sui wallet for
67-
Testnet using `walrus generate-sui-wallet --network testnet`.
66+
documentation.
6867

6968
After installing the Sui CLI, you need to set up a Testnet wallet by running `sui client`, which
7069
prompts you to set up a new configuration. Make sure to point it to Sui Testnet, you can use the

docs/book/usage/setup.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ for an overview over all Walrus networks.
1515

1616
## Prerequisites: Sui wallet, SUI and WAL {#prerequisites}
1717

18-
```admonish tip title="Quick wallet setup"
19-
If you just want to set up a new Sui wallet for Walrus, you can generate one using the
20-
`walrus generate-sui-wallet --sui-network mainnet` command after [installing Walrus](#installation).
21-
You still need to obtain some SUI and WAL tokens, but you do not have to install the Sui CLI.
22-
```
23-
2418
Interacting with Walrus requires a valid Sui wallet with some amount of SUI and WAL tokens. The
2519
normal way to set this up is via the Sui CLI; see the [installation
2620
instructions](https://docs.sui.io/guides/developer/getting-started/sui-install) in the Sui

setup/client_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ contexts:
2929
# active_address: 0x0000000000000000000000000000000000000000000000000000000000000000
3030
rpc_urls:
3131
- https://fullnode.testnet.sui.io:443
32-
default_context: mainnet
32+
default_context: testnet

0 commit comments

Comments
 (0)