XRPL EVM Sidechain

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

Install New Binary

cd xrp
git pull
git checkout v10.0.2
make install

Check Version

# should be v10.0.2
exrpd version

# Should be commit a32302519bbae148c0d31575754c3895c426645c
exrpd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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