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
15890800
. It is estimated to take place
3 days ago. A
countdown clock is here.
The governance proposal is here.
cd axelar
git pull
git checkout v1.1.2
make install
# should be 1.1.2
axelard version
# Should be commit 394a21401ea0f0eefeb6606a233825744a99f2cf
axelard version --long | grep commit
mkdir -p $HOME/.axelar/cosmovisor/upgrades/v1.1/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v1.1/bin
# should be 1.1.2
$HOME/.axelar/cosmovisor/upgrades/v1.1/bin/axelard version