Upgrade
Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: evmos_9001-2 | Latest Version Tag: v18.0.0 | Custom Port: 169
Download and build upgrade binaries
# Clone project repository
cd $HOME
rm -rf evmos
git clone https://github.com/tharsis/evmos.git
cd evmos
git checkout v18.0.0
# Build binaries
make build
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.evmosd/cosmovisor/upgrades/v18.0.0/bin
mv build/evmosd $HOME/.evmosd/cosmovisor/upgrades/v18.0.0/bin/
rm -rf build
Now when upgrade block height is reached, Cosmovisor will handle it automatically!
Last updated
Was this helpful?