Follow the instructions on the official documentation to carry out a manual upgrade with a data reset.
These are abbreviated version of the instructions linked above.
- Move the genesis file into your config
cp -f genesis.json $HOME/.evmosd/config
-
BACK UP ALL PRIVATE KEYS
-
Remove any previous state
rm $HOME/.evmosd/config/addrbook.json
evmosd tendermint unsafe-reset-all --home=$HOME/.evmosd
- Start the chain
evmosd start
Download the zipped genesis file dryrun_genesis.json.zip
Extract it with command
unzip dryrun_genesis.json.zip
mv dryrun_genesis.json genesis.json
Verify the SHA256 checksum using:
sha256sum genesis.json
# 87e0e45b4f5278556af7cf31e6d856aa418dc883ffc7c80066a78b356c309dc6 genesis.json
- Network Chain ID:
evmosdryrun_9009-1
- EIP155 Chain ID:
9009
evmosd
version:v3.0.0
Genesis: 2022-04-26T19:00:00Z
Airdrop: 2022-04-26T22:00:00Z
You can find seeds & peers on the seeds.txt and peers.txt files, respectively. If you want to share your seed or peer, please fork this repo and and add it to the bottom of the corresponding .txt file.