Axelar

Axelar v0.29.0 Upgrade

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 5030000. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd axelar
git pull
git checkout v0.29.0
make install

Check Version

# should be 0.29.0
axelard version

# Should be commit 0e5a772bb56e9aaa841c3887fecbba5e8898ce6d
axelard version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.axelar/cosmovisor/upgrades/v0.29/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v0.29/bin

Check Version Again

# should be 0.29.0
$HOME/.axelar/cosmovisor/upgrades/v0.29/bin/axelard version