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