Skip to content

Commit 0ff45a3

Browse files
authored
Update joining-a-testnet.md
1 parent bc52d79 commit 0ff45a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/docs/joining-a-testnet.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fetchd init <moniker-name> --chain-id <chain id>
4343
Execute the following command to download the latest genesis file:
4444

4545
```bash
46-
curl <rpc url>/genesis | jq '.result.genesis' > ~/.fetchd/config/genesis.json
46+
curl <storage url>/genesis.json --output ~/.fetchd/config/genesis.json
4747
```
4848

4949
Finally connect fetchd to the network by getting it to connect to a seed node for the given network.
@@ -61,8 +61,6 @@ Less abstractly then, if you wants to connect to the Dorado test net for example
6161
fetchd init my-first-fetch-node --chain-id dorado-1
6262

6363
# genesis
64-
curl https://rpc-dorado.fetch.ai:443 | jq '.result.genesis' > ~/.fetchd/config/genesis.json
65-
# ...or, if that's too large to download from the rpc interface as a single file...
6664
curl https://storage.googleapis.com/fetch-ai-testnet-genesis/genesis-dorado-testing.json --output ~/.fetchd/config/genesis.json
6765

6866
# start

0 commit comments

Comments
 (0)