Cronos

Cronos v1.7.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 58825800. It is estimated to take place 6 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd cronos
git pull
git checkout v1.7.0
make install

Check Version

# should be 1.7.0
cronosd version

# Should be commit 40032610e530cc2c0c2fc83f104d6d19efa08ada
cronosd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.cronos/cosmovisor/upgrades/v1.7/bin
cp $HOME/go/bin/cronosd $HOME/.cronos/cosmovisor/upgrades/v1.7/bin

Check Version Again

# should be 1.7.0
$HOME/.cronos/cosmovisor/upgrades/v1.7/bin/cronosd version