Umee

Umee v4.4.0 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 6547400. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd umee
git pull
git checkout v4.4.0
make install

Check Version

# should be 3.2.0-257-gc0ddc22a
umeed version

# Should be commit c0ddc22a50f8193c2a8be7f20f2716be52a05135
umeed version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.umee/cosmovisor/upgrades/v4.4/bin
cp $HOME/go/bin/umeed $HOME/.umee/cosmovisor/upgrades/v4.4/bin

Check Version Again

# should be 3.2.0-257-gc0ddc22a
$HOME/.umee/cosmovisor/upgrades/v4.4/bin/umeed version