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
30758101. It is estimated to take place
1 week ago. A
countdown clock is here.
The governance proposal is here.
cd stargaze
git pull
git checkout v18.0.0
make install
# should be v18.0.0
starsd version
# Should be commit a8c12be47b56e2b0f79fbe4557f7c4bc7e4c3600
starsd version --long | grep commit
mkdir -p $HOME/.starsd/cosmovisor/upgrades/v18/bin
cp $HOME/go/bin/starsd $HOME/.starsd/cosmovisor/upgrades/v18/bin
# should be v18.0.0
$HOME/.starsd/cosmovisor/upgrades/v18/bin/starsd version