Migaloo

Migaloo v3.0.1-hotfix 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 3574316. It is estimated to take place 7 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd migaloo
git pull
git checkout v3.0.1-hotfix
make install

Check Version

# should be v3.0.1-hotfix
migalood version

# Should be commit ec3f8827a1606b824f7de5bcbfaf1743bb61a68a
migalood version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.migalood/cosmovisor/upgrades/v3.0.0/bin
cp $HOME/go/bin/migalood $HOME/.migalood/cosmovisor/upgrades/v3.0.0/bin

Check Version Again

# should be v3.0.1-hotfix
$HOME/.migalood/cosmovisor/upgrades/v3.0.0/bin/migalood version