Migaloo

Migaloo v2.2.5 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 2342302. It is estimated to take place 10 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd migaloo
git pull
git checkout v2.2.5
make install

Check Version

# should be v2.2.5
migalood version

# Should be commit 2f6c599241c5662d681320ceda568c8c607a7fca
migalood version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.migalood/cosmovisor/upgrades/v2.2.5/bin
cp $HOME/go/bin/migalood $HOME/.migalood/cosmovisor/upgrades/v2.2.5/bin

Check Version Again

# should be v2.2.5
$HOME/.migalood/cosmovisor/upgrades/v2.2.5/bin/migalood version