XPLA

XPLA v1.11.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 20552440. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd xpla
git pull
git checkout v1.11.3
make install

Check Version

# should be v1.11.3
xplad version

# Should be commit f440e3808307cdd3491a6c665f49e37e3455dff2
xplad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.xpla/cosmovisor/upgrades/v1_11/bin
cp $HOME/go/bin/xplad $HOME/.xpla/cosmovisor/upgrades/v1_11/bin

Check Version Again

# should be v1.11.3
$HOME/.xpla/cosmovisor/upgrades/v1_11/bin/xplad version