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
13684000. It is estimated to take place
10 months ago. A
countdown clock is here.
The governance proposal is here.
cd terra
git pull
git checkout v2.13.1
make install
# should be v2.13.1
terrad version
# Should be commit 610c93eeecf9f81df7fc2e0322269063fe8fc515
terrad version --long | grep commit
mkdir -p $HOME/.terra/cosmovisor/upgrades/v2.13/bin
cp $HOME/go/bin/terrad $HOME/.terra/cosmovisor/upgrades/v2.13/bin
# should be v2.13.1
$HOME/.terra/cosmovisor/upgrades/v2.13/bin/terrad version