Axelar

Axelar v1.0.2 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 14231100. It is estimated to take place 3 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd axelar
git pull
git checkout v1.0.2
make install

Check Version

# should be 1.0.2
axelard version

# Should be commit 379ce5125168bd2f21814acd4b3c6110cdad9b61
axelard version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.axelar/cosmovisor/upgrades/v1.0/bin
cp $HOME/go/bin/axelard $HOME/.axelar/cosmovisor/upgrades/v1.0/bin

Check Version Again

# should be 1.0.2
$HOME/.axelar/cosmovisor/upgrades/v1.0/bin/axelard version