Skip to content

Commit f2a4c6f

Browse files
docs: Update documentation for joining a testnet (#318)
1 parent 0637df7 commit f2a4c6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/docs/joining-a-testnet.md

Lines changed: 2 additions & 4 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,9 +61,7 @@ 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...
66-
curl https://storage.googleapis.com/fetch-ai-testnet-genesis/genesis-dorado-827201.json --output ~/.fetchd/config/genesis.json
64+
curl https://storage.googleapis.com/fetch-ai-testnet-genesis/genesis-dorado-testing.json --output ~/.fetchd/config/genesis.json
6765

6866
# start
6967
fetchd start --p2p.seeds=eb9b9717975b49a57e62ea93aa4480e091ae0660@connect-dorado.fetch.ai:36556,[email protected]:36557,[email protected]:36558

0 commit comments

Comments
 (0)