Axelar

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

Install New Binary

cd axelar
git pull
git checkout v1.1.2
make install

Check Version

# should be 1.1.2
axelard version

# Should be commit 394a21401ea0f0eefeb6606a233825744a99f2cf
axelard version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 1.1.2
$HOME/.axelar/cosmovisor/upgrades/v1.1/bin/axelard version