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
17693888. It is estimated to take place
10 hours from now. A
countdown clock is here.
The governance proposal is here.
cd mantra
git pull
git checkout v8.5.0-pre.1
make install
# should be 8.5.0-pre.1
mantrachaind version
# Should be commit ab577427
mantrachaind version --long | grep commit
mkdir -p $HOME/.mantrachain/cosmovisor/upgrades/v8.5.0-pre.1/bin
cp $HOME/go/bin/mantrachaind $HOME/.mantrachain/cosmovisor/upgrades/v8.5.0-pre.1/bin
# should be 8.5.0-pre.1
$HOME/.mantrachain/cosmovisor/upgrades/v8.5.0-pre.1/bin/mantrachaind version