Umee

Umee v3.2.0 Upgrade

The upgrade activates GravityBridge Slashing.

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 4132422. 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 v3.2.0
make install

Check Version

# should be v3.2.0
umeed version

# Should be commit 4e4dc13037fdf48c04837bcbd48ed851fd2d3633
umeed version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.umee/cosmovisor/upgrades/v3.2/bin
cp $HOME/go/bin/umeed $HOME/.umee/cosmovisor/upgrades/v3.2/bin

Check Version Again

# should be v3.2.0
$HOME/.umee/cosmovisor/upgrades/v3.2/bin/umeed version