Skip to content

Commit

Permalink
Update joining-a-testnet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbukva authored Jul 4, 2023
1 parent bc52d79 commit 0ff45a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/joining-a-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fetchd init <moniker-name> --chain-id <chain id>
Execute the following command to download the latest genesis file:

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

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

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

# start
Expand Down

0 comments on commit 0ff45a3

Please sign in to comment.