 
  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
        15959400. It is estimated to take place
        1 month ago. A
        countdown clock is here.
                  The governance proposal is here.
              
cd xpla
git pull
git checkout v1.8.0
make install# should be v1.8.0
xplad version
# Should be commit 8551fa2c48c8deee3bf06cc77a944d08754c37a7
xplad version --long | grep commitmkdir -p $HOME/.xpla/cosmovisor/upgrades/v1_8/bin
cp $HOME/go/bin/xplad $HOME/.xpla/cosmovisor/upgrades/v1_8/bin# should be v1.8.0
$HOME/.xpla/cosmovisor/upgrades/v1_8/bin/xplad version