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
11270000. It is estimated to take place
6 days from now. A
countdown clock is here.
The governance proposal is here.
cd initia
git pull
git checkout v1.2.2
make install
# should be v1.2.2
initiad version
# Should be commit f4430a53961e8d1144efa0e87eec5071c85fb987
initiad version --long | grep commit
mkdir -p $HOME/.initia/cosmovisor/upgrades/v1.2.2/bin
cp $HOME/go/bin/initiad $HOME/.initia/cosmovisor/upgrades/v1.2.2/bin
# should be v1.2.2
$HOME/.initia/cosmovisor/upgrades/v1.2.2/bin/initiad version