 
  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
        7722000. It is estimated to take place
        1 year ago. A
        countdown clock is here.
                  The governance proposal is here.
              
cd terra
git pull
git checkout v2.6.1
make install# should be v2.6.1
terrad version
# Should be commit 1a9ccef3fbbbd3d8d522db0f96d8a24c936d9eb0
terrad version --long | grep commitmkdir -p $HOME/.terra/cosmovisor/upgrades/v2.6/bin
cp $HOME/go/bin/terrad $HOME/.terra/cosmovisor/upgrades/v2.6/bin# should be v2.6.1
$HOME/.terra/cosmovisor/upgrades/v2.6/bin/terrad version