ZetaChain

ZetaChain v29.1.2 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 7585150. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd zetachain
git pull
git checkout v29.1.2
make install

Check Version

# should be 29.1.2
zetacored version

# Should be commit 7d74b1e51917c4b3057a5bb8c070b1e17df58c4f
zetacored version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 29.1.2
$HOME/.zetacored/cosmovisor/upgrades/v29/bin/zetacored version