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
13170250. 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 v6.6.0
make install
# should be 6.6.0
umeed version
# Should be commit 2acc4a767cfe60b09c66e1f98989a72fe31a615c
umeed version --long | grep commit
mkdir -p $HOME/.umee/cosmovisor/upgrades/v6.6/bin
cp $HOME/go/bin/umeed $HOME/.umee/cosmovisor/upgrades/v6.6/bin
# should be 6.6.0
$HOME/.umee/cosmovisor/upgrades/v6.6/bin/umeed version