XRPL EVM Sidechain

XRPL EVM Sidechain v9.0.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 4688681. It is estimated to take place 4 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd xrp
git pull
git checkout v9.0.3
make install

Check Version

# should be v9.0.3
exrpd version

# Should be commit 7e63d73a6a3526060b2fe268194e6e711449ce9c
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.3
$HOME/.exrpd/cosmovisor/upgrades/v9.0.0/bin/exrpd version