From 02a92df3ba9f3c9893f4ab910145580dc2d02afc Mon Sep 17 00:00:00 2001 From: ashutosh-blockpeer Date: Thu, 27 Aug 2026 18:41:06 +0530 Subject: [PATCH 1/2] docs: add Community Supported Networks section to supported-network.md - Introduced a new section detailing community supported networks, including disclaimers about their maintenance and reliability. - Added two networks: XRPL EVM Mainnet and XRPL EVM Testnet, with relevant details such as Chain Id, Network Name, and Status. --- .../blockchain/supported-network.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/introduction/key-components-of-tradetrust/blockchain/supported-network.md b/docs/introduction/key-components-of-tradetrust/blockchain/supported-network.md index a786607..5faca5d 100644 --- a/docs/introduction/key-components-of-tradetrust/blockchain/supported-network.md +++ b/docs/introduction/key-components-of-tradetrust/blockchain/supported-network.md @@ -23,3 +23,12 @@ The blockchain networks listed here are not officially endorsed by IMDA Singapor | ASTRON\* | 1338 | astron | Astron Mainnet | Astron | L2 Mainnet | Active | _Note: All networks marked with (\*) in the table above are custom networks. Please follow this [guide](/docs/how-tos/advanced/additional-network-metamask-guide) to add them to your MetaMask and use them with the TradeTrust reference implementation._ + +### Community Supported Networks + +Disclaimer: Community supported networks are not maintained by TradeTrust and up to the discretion of their network provers. + +| Chain | Chain Id | Network Name | Network | Blockchain | Type | Status | +| ----- | -------- | -------------- | ---------------- | ------------------------------------ | ---------- | ------ | +| XRPL | 1440000 | xrplEVM | XRPL EVM Mainnet | [XRPL EVM](https://www.xrplevm.org/) | L1 Mainnet | Active | +| XRPL | 1449000 | xrplEVMTestnet | XRPL EVM Testnet | XRPL EVM | L1 Testnet | Active | From a1cbe2ee8330e9fde41cff9586301e72528f48b1 Mon Sep 17 00:00:00 2001 From: ashutosh-blockpeer Date: Thu, 27 Aug 2026 18:42:55 +0530 Subject: [PATCH 2/2] docs: update XRPL network names in supported-network.md - Changed the network names for XRPL EVM Mainnet and XRPL EVM Testnet to lowercase for consistency. - Updated the corresponding entries in the network table to reflect these changes. --- .../blockchain/supported-network.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction/key-components-of-tradetrust/blockchain/supported-network.md b/docs/introduction/key-components-of-tradetrust/blockchain/supported-network.md index 5faca5d..79c3872 100644 --- a/docs/introduction/key-components-of-tradetrust/blockchain/supported-network.md +++ b/docs/introduction/key-components-of-tradetrust/blockchain/supported-network.md @@ -30,5 +30,5 @@ Disclaimer: Community supported networks are not maintained by TradeTrust and up | Chain | Chain Id | Network Name | Network | Blockchain | Type | Status | | ----- | -------- | -------------- | ---------------- | ------------------------------------ | ---------- | ------ | -| XRPL | 1440000 | xrplEVM | XRPL EVM Mainnet | [XRPL EVM](https://www.xrplevm.org/) | L1 Mainnet | Active | -| XRPL | 1449000 | xrplEVMTestnet | XRPL EVM Testnet | XRPL EVM | L1 Testnet | Active | +| XRPL | 1440000 | xrplevm | XRPL EVM Mainnet | [XRPL EVM](https://www.xrplevm.org/) | L1 Mainnet | Active | +| XRPL | 1449000 | xrplevmtestnet | XRPL EVM Testnet | XRPL EVM | L1 Testnet | Active |