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.
cd umee
git pull
git checkout v6.7.6
make install
# should be v6.7.6
umeed version
# Should be commit 196b5f8b3452cc827dc9a11d77f3d7bedf01de5e
umeed version --long | grep commit
mkdir -p $HOME/.umee/cosmovisor/upgrades/v6.7.6/bin
cp $HOME/go/bin/umeed $HOME/.umee/cosmovisor/upgrades/v6.7.6/bin
# should be v6.7.6
$HOME/.umee/cosmovisor/upgrades/v6.7.6/bin/umeed version