Noble

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

Install New Binary

cd noble
git pull
git checkout v7.0.0
make install

Check Version

# should be v7.0.0
nobled version

# Should be commit 56f08ad2d6c8baec66617202f0463f66c9b0fdfe
nobled version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.noble/cosmovisor/upgrades/numus/bin
cp $HOME/go/bin/nobled $HOME/.noble/cosmovisor/upgrades/numus/bin

Check Version Again

# should be v7.0.0
$HOME/.noble/cosmovisor/upgrades/numus/bin/nobled version