Evmos

Evmos v20.2.0 Upgrade

LFG!

This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.

The upgrade is scheduled for Block 35905000. It is estimated to take place 6 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd evmos
git pull
git checkout v20.2.0
make install

Check Version

# should be 20.2.0
evmosd version

# Should be commit a4e14d0509b01a549f3f7df77c7e5db8ef98a478
evmosd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.evmosd/cosmovisor/upgrades/v20.2.0/bin
cp $HOME/go/bin/evmosd $HOME/.evmosd/cosmovisor/upgrades/v20.2.0/bin

Check Version Again

# should be 20.2.0
$HOME/.evmosd/cosmovisor/upgrades/v20.2.0/bin/evmosd version