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
14231100. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd axelar
git pull
git checkout v1.0.2
make install
# should be 1.0.2
axelard version
# Should be commit 379ce5125168bd2f21814acd4b3c6110cdad9b61
axelard version --long | grep commit
mkdir -p $HOME/.axelar/cosmovisor/upgrades/v1.0/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v1.0/bin
# should be 1.0.2
$HOME/.axelar/cosmovisor/upgrades/v1.0/bin/axelard version