CosmosHub

CosmosHub v23.0.1 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 25002500. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd cosmos
git pull
git checkout v23.0.1
make install

Check Version

# should be v23.0.1
gaiad version

# Should be commit bb26c96eb7f344ab1f74bd4936c7bcfc23d67fe6
gaiad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v23.0.1
$HOME/.gaia/cosmovisor/upgrades/v23/bin/gaiad version