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
4805959
. It is estimated to take place
1 day ago. A
countdown clock is here.
The governance proposal is here.
cd selfchain
git pull
git checkout v2
make install
# should be v2
selfchaind version
# Should be commit v2
selfchaind version --long | grep commit
mkdir -p $HOME/.selfchain/cosmovisor/upgrades/v2/bin
cp $HOME/go/bin/selfchaind $HOME/.selfchain/cosmovisor/upgrades/v2/bin
# should be v2
$HOME/.selfchain/cosmovisor/upgrades/v2/bin/selfchaind version