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
33625777. It is estimated to take place
4 days from now. A
countdown clock is here.
The governance proposal is here.
cd axelar
git pull
git checkout v1.5.3
make install
# should be 1.5.3
axelard version
# Should be commit a8f6288eccff5764ce184d345cbcd934ddeba93d
axelard version --long | grep commit
mkdir -p $HOME/.axelar/cosmovisor/upgrades/v1.5/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v1.5/bin
# should be 1.5.3
$HOME/.axelar/cosmovisor/upgrades/v1.5/bin/axelard version