 
  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
        29940328. It is estimated to take place
        1 year ago. A
        countdown clock is here.
                  The governance proposal is here.
              
cd orai
git pull
git checkout v0.42.2
make install# should be v0.42.2
oraid version
# Should be commit 429ed2edcf60ec878f54c7558979d1c2668bdde1
oraid version --long | grep commitmkdir -p $HOME/.oraid/cosmovisor/upgrades/v0.42.2/bin
cp $HOME/go/bin/oraid $HOME/.oraid/cosmovisor/upgrades/v0.42.2/bin# should be v0.42.2
$HOME/.oraid/cosmovisor/upgrades/v0.42.2/bin/oraid version