Terra

Terra v2.11.0 Upgrade

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 10136000. It is estimated to take place 3 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd terra
git pull
git checkout v2.11.0
make install

Check Version

# should be v2.11.0
terrad version

# Should be commit cb4a46114c2c3a4034da74a91a3c5e5ca80bc3ff
terrad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.terra/cosmovisor/upgrades/v2.11/bin
cp $HOME/go/bin/terrad $HOME/.terra/cosmovisor/upgrades/v2.11/bin

Check Version Again

# should be v2.11.0
$HOME/.terra/cosmovisor/upgrades/v2.11/bin/terrad version