XRPL EVM Sidechain

XRPL EVM Sidechain v10.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 6856000. It is estimated to take place 5 hours ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd xrp
git pull
git checkout v10.1.0
make install

Check Version

# should be 10.1.0
exrpd version

# Should be commit 21c19565ca70306877f95840359aecc0584ca0af
exrpd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.exrpd/cosmovisor/upgrades/v10.1.0/bin
cp $HOME/go/bin/exrpd $HOME/.exrpd/cosmovisor/upgrades/v10.1.0/bin

Check Version Again

# should be 10.1.0
$HOME/.exrpd/cosmovisor/upgrades/v10.1.0/bin/exrpd version