Stargaze

Stargaze v11.0.0 Upgrade

Tokenomics Update

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 9060226. It is estimated to take place 10 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd stargaze
git pull
git checkout v11.0.0
make install

Check Version

# should be 11.0.0
starsd version

# Should be commit c6741ba6800db3d4928ef3c4489f5480ac407df4
starsd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.starsd/cosmovisor/upgrades/v11/bin
cp $HOME/go/bin/starsd $HOME/.starsd/cosmovisor/upgrades/v11/bin

Check Version Again

# should be 11.0.0
$HOME/.starsd/cosmovisor/upgrades/v11/bin/starsd version