Migaloo

Migaloo v4.2.6 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 9760000. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd migaloo
git pull
git checkout v4.2.6
make install

Check Version

# should be v4.2.6
migalood version

# Should be commit 76ff5e3b64335c9df823e632acac6f9b7f85a912
migalood version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.migalood/cosmovisor/upgrades/v4.2.6/bin
cp $HOME/go/bin/migalood $HOME/.migalood/cosmovisor/upgrades/v4.2.6/bin

Check Version Again

# should be v4.2.6
$HOME/.migalood/cosmovisor/upgrades/v4.2.6/bin/migalood version