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
17842500
. It is estimated to take place
1 week ago. A
countdown clock is here.
The governance proposal is here.
cd agoric
git pull
git checkout agoric-upgrade-18
make install
# should be agoric-upgrade-18-mainnet
agd version
# Should be commit f8c45b8a2e
agd version --long | grep commit
mkdir -p $HOME/.agoric/cosmovisor/upgrades/0.35.0-u18.5/bin
cp $HOME/go/bin/agd $HOME/.agoric/cosmovisor/upgrades/0.35.0-u18.5/bin
# should be agoric-upgrade-18-mainnet
$HOME/.agoric/cosmovisor/upgrades/0.35.0-u18.5/bin/agd version