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
30135800. It is estimated to take place
2 days ago. A
countdown clock is here.
The governance proposal is here.
cd axelar
git pull
git checkout v1.4.7
make install
# should be 1.4.7
axelard version
# Should be commit 716b832abbe3b4730c9d91bae4b2e7de0d376c5a
axelard version --long | grep commit
mkdir -p $HOME/.axelar/cosmovisor/upgrades/v1.4/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v1.4/bin
# should be 1.4.7
$HOME/.axelar/cosmovisor/upgrades/v1.4/bin/axelard version