Noble

Noble v4.1.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 5797500. It is estimated to take place 1 month ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd noble
git pull
git checkout v4.1.0
make install

Check Version

# should be v4.1.0
nobled version

# Should be commit b63123a98d714b51c476fac00f929ba96bf4aea7
nobled version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v4.1.0
$HOME/.noble/cosmovisor/upgrades/fusion/bin/nobled version