 
  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
        21690000. It is estimated to take place
        1 month ago. A
        countdown clock is here.
                  The governance proposal is here.
              
cd agoric
git pull
git checkout agoric-upgrade-22
make install# should be 0.35.0-u22.1
agd version
# Should be commit 4c65b8ef77
agd version --long | grep commitmkdir -p $HOME/.agoric/cosmovisor/upgrades/agoric-upgrade-22/bin
cp $HOME/go/bin/agd $HOME/.agoric/cosmovisor/upgrades/agoric-upgrade-22/bin# should be 0.35.0-u22.1
$HOME/.agoric/cosmovisor/upgrades/agoric-upgrade-22/bin/agd version