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
8 months ago. A
countdown clock is here.
The governance proposal is here.
cd zetachain
git pull
git checkout v14.0.1
make install
# should be v14.0.1
zetacored version
# Should be commit TBD
zetacored version --long | grep commit
mkdir -p $HOME/.zetacored/cosmovisor/upgrades/14.0.0/bin
cp $HOME/go/bin/zetacored $HOME/.zetacored/cosmovisor/upgrades/14.0.0/bin
# should be v14.0.1
$HOME/.zetacored/cosmovisor/upgrades/14.0.0/bin/zetacored version