 
  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
        1526000. It is estimated to take place
        3 months ago. A
        countdown clock is here.
                  The governance proposal is here.
              
cd arkeo
git pull
git checkout providers-v1.0.14
make install# should be providers-v1.0.14
arkeod version
# Should be commit providers-v1.0.14
arkeod version --long | grep commitmkdir -p $HOME/.arkeo/cosmovisor/upgrades/providers-v1.0.14/bin
cp $HOME/go/bin/arkeod $HOME/.arkeo/cosmovisor/upgrades/providers-v1.0.14/bin# should be providers-v1.0.14
$HOME/.arkeo/cosmovisor/upgrades/providers-v1.0.14/bin/arkeod version