Babylon

Babylon v4.3 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 3371450. It is estimated to take place 12 hours from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd babylon
git pull
git checkout v4.3
make install

Check Version

# should be v4.3
babylond version

# Should be commit v4.3
babylond version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.babylond/cosmovisor/upgrades/v4.3/bin
cp $HOME/go/bin/babylond $HOME/.babylond/cosmovisor/upgrades/v4.3/bin

Check Version Again

# should be v4.3
$HOME/.babylond/cosmovisor/upgrades/v4.3/bin/babylond version