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