Add XRPL EVM mainnet configuration to Cosmos Chain Registry + small testnet fix #6292
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title:
Add XRPL EVM mainnet & testnet configurations to Cosmos Chain Registry
Description:
This PR brings full support for the XRPL EVM sidechain into the Cosmos Chain Registry by:
Fixing testnet explorer links
tx_page
andaccount_page
URLs intestnets/xrplevmtestnet/chain.json
to point at the proper/xrplevm/...
paths.Adding XRPL EVM asset list (testnet)
xrplevm/assetlist.json
schema with the nativeXRP
(axrp) asset, its denominations, extended description, images, keywords, Coingecko ID, and social links.Adding XRPL EVM mainnet chain definition
Creates
xrplevm/chain.json
describing the chain metadata:chain_id
(xrplevm_1440000-1
),pretty_name
(“XRPL EVM”), network type, and website.ethsecp256k1
, Ethermint codecs, Slip44 = 60.axrp
.v8.0.0
), binaries for amd64/arm64 on Linux, macOS, Windows, consensus and SDK tags.Adding XRPL EVM version history
xrplevm/versions.json
listing v7 and v8 releases with binaries, compatible tags, and language/consensus info.Including icons
xrplevm/images/xrplevm.png
&.svg
for mainnet display.Testing & Verification:
Testnet
testnets/xrplevmtestnet/chain.json
into a client (e.g. Keplr orexrpd
CLI) and confirm explorer links resolve correctly atgovernance.testnet.xrplevm.org/xrplevm/...
.Asset list
xrplevm/assetlist.json
into an asset‐aware wallet/UI and verify the XRP asset displays description, icon, and coingecko link.Mainnet chain
Import
xrplevm/chain.json
into Keplr:ethm*
), and coin type.Explorers & images
Version history
versions.json
correctly reflects v7 → v8 upgrades and binaries are downloadable.