Evmos

Evmos v8.2 Upgrade

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 4888000. It is estimated to take place 1 year ago. A countdown clock is here.

Install New Binary

cd evmos
git pull
git checkout v8.2
make install

Check Version

# should be 
evmosd version

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

Make Cosmovisor Directory and Copy Binary

Since the folder name contains capitalized letters, please check your cosmovisor version to ensure that it complies with the version stardard.
mkdir -p $HOME/.evmosd/cosmovisor/upgrades//bin
cp $HOME/go/bin/evmosd $HOME/.evmosd/cosmovisor/upgrades//bin

Check Version Again

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