This upgrade activates GravityBridge Slashing and add new leverage RPC methods.
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
4513362
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd umee
git pull
git checkout v3.3.0
make install
# should be v3.3.0
umeed version
# Should be commit 709ed34ddb6415fc78a605b8456175ff12087a54
umeed version --long | grep commit
mkdir -p $HOME/.umee/cosmovisor/upgrades/v3.1-v3.3/bin
cp $HOME/go/bin/umeed $HOME/.umee/cosmovisor/upgrades/v3.1-v3.3/bin
# should be v3.3.0
$HOME/.umee/cosmovisor/upgrades/v3.1-v3.3/bin/umeed version