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
16837700. It is estimated to take place
9 months ago. A
countdown clock is here.
The governance proposal is here.
cd axelar
git pull
git checkout v1.2.1
make install
# should be 1.2.1
axelard version
# Should be commit cbf773678d2dc26820f30cd260e8ffc704879e4d
axelard version --long | grep commit
mkdir -p $HOME/.axelar/cosmovisor/upgrades/v1.2/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v1.2/bin
# should be 1.2.1
$HOME/.axelar/cosmovisor/upgrades/v1.2/bin/axelard version