ZetaChain

ZetaChain v19.1.1 Upgrade

TBD

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 4696150. It is estimated to take place 2 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd zetachain
git pull
git checkout v19.1.1
make install

Check Version

# should be 19.1.1
zetacored version

# Should be commit d85e61fbc808e11127e59446395e4ace77a5000b
zetacored version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.zetacored/cosmovisor/upgrades/v19/bin
cp $HOME/go/bin/zetacored $HOME/.zetacored/cosmovisor/upgrades/v19/bin

Check Version Again

# should be 19.1.1
$HOME/.zetacored/cosmovisor/upgrades/v19/bin/zetacored version