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
11795700
. It is estimated to take place
8 months ago. A
countdown clock is here.
The governance proposal is here.
cd axelar
git pull
git checkout v0.35.5
make install
# should be 0.35.5
axelard version
# Should be commit a4736492d3d5ac705ec1a154c5167323abdc66a7
axelard version --long | grep commit
mkdir -p $HOME/.axelar/cosmovisor/upgrades/v0.35/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v0.35/bin
# should be 0.35.5
$HOME/.axelar/cosmovisor/upgrades/v0.35/bin/axelard version