CosmosHub

CosmosHub v13.0.0 Upgrade

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

Install New Binary

cd cosmos
git pull
git checkout v13.0.0
make install

Check Version

# should be v13.0.0
gaiad version

# Should be commit 04ea8da5a1257a855e307ed61d245a2af2719757
gaiad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.gaia/cosmovisor/upgrades/v13/bin
cp $HOME/go/bin/gaiad $HOME/.gaia/cosmovisor/upgrades/v13/bin

Check Version Again

# should be v13.0.0
$HOME/.gaia/cosmovisor/upgrades/v13/bin/gaiad version