Umee

Umee v6.7.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 23123375. It is estimated to take place 5 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd umee
git pull
git checkout v6.7.6
make install

Check Version

# should be v6.7.6
umeed version

# Should be commit 196b5f8b3452cc827dc9a11d77f3d7bedf01de5e
umeed version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.umee/cosmovisor/upgrades/v6.7.6/bin
cp $HOME/go/bin/umeed $HOME/.umee/cosmovisor/upgrades/v6.7.6/bin

Check Version Again

# should be v6.7.6
$HOME/.umee/cosmovisor/upgrades/v6.7.6/bin/umeed version