docs: update the genesis download instruction

This commit is contained in:
Sai Kumar 2021-11-03 15:00:44 +05:30
parent 9794007231
commit 1aa98edb04

View File

@ -106,7 +106,7 @@ Use `curl` to download the genesis file
**Replace your **genesis** file with published genesis file**
```shell
curl http://167.172.173.94:26657/genesis > .ethermintd/config/genesis.json
curl http://167.172.173.94:26657/genesis | jq .result.genesis > ~/.ethermintd/config/genesis.json
```
Verify sha256 hash of genesis file with the below command