ZetaChain

ZetaChain v14.0.1 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 2074730. 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 v14.0.1
make install

Check Version

# should be v14.0.1
zetacored version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v14.0.1
$HOME/.zetacored/cosmovisor/upgrades/14.0.0/bin/zetacored version