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
18660000. It is estimated to take place
1 week from now. A
countdown clock is here.
The governance proposal is here.
cd terra
git pull
git checkout v2.18.0
make install
# should be v2.18.0
terrad version
# Should be commit d53051caa53228df2b6116743efd5d0a54faa1f1
terrad version --long | grep commit
mkdir -p $HOME/.terra/cosmovisor/upgrades/v2.18/bin
cp $HOME/go/bin/terrad $HOME/.terra/cosmovisor/upgrades/v2.18/bin
# should be v2.18.0
$HOME/.terra/cosmovisor/upgrades/v2.18/bin/terrad version