Cheqd

Cheqd v3.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 16502390. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd cheqd
git pull
git checkout v3.0.1
make install

Check Version

# should be v1.4.6-pseudo-version-3.0.1
cheqd-noded version

# Should be commit fb1428f83ed8296c5f8aaa385a3b7940d9c74c92
cheqd-noded version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.cheqdnode/cosmovisor/upgrades/v3/bin
cp $HOME/go/bin/cheqd-noded $HOME/.cheqdnode/cosmovisor/upgrades/v3/bin

Check Version Again

# should be v1.4.6-pseudo-version-3.0.1
$HOME/.cheqdnode/cosmovisor/upgrades/v3/bin/cheqd-noded version