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