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