Umee

Umee v4.0.1 Upgrade

This upgrade fixes how the Umee chain handle assets with lowercase symbols on the leverage module.

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 5243631. 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.0.1
make install

Check Version

# should be HEAD-c9c37b571b83f1820396a1e13b582867aa884bd1
umeed version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be HEAD-c9c37b571b83f1820396a1e13b582867aa884bd1
$HOME/.umee/cosmovisor/upgrades/v4.0.1/bin/umeed version