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
5853000
. 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 v0.31.2
make install
# should be 0.31.2
axelard version
# Should be commit 12bda1b59e5c9f12d2b14119cd8c69e2af355585
axelard version --long | grep commit
mkdir -p $HOME/.axelar/cosmovisor/upgrades/v0.31/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v0.31/bin
# should be 0.31.2
$HOME/.axelar/cosmovisor/upgrades/v0.31/bin/axelard version