XRPL EVM Sidechain

XRPL EVM Sidechain v9.0.2 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 4233853. It is estimated to take place 1 week from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd xrp
git pull
git checkout v9.0.2
make install

Check Version

# should be v9.0.2
exrpd version

# Should be commit 7e5583f4f40e04a6dd3ba6570462f3f3f5946610
exrpd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.exrpd/cosmovisor/upgrades/v9.0.0/bin
cp $HOME/go/bin/exrpd $HOME/.exrpd/cosmovisor/upgrades/v9.0.0/bin

Check Version Again

# should be v9.0.2
$HOME/.exrpd/cosmovisor/upgrades/v9.0.0/bin/exrpd version