Appendix A · Networks & RPCs
Root (mainnet)
| Field | Value |
|---|---|
| EVM chainId | 7668 |
| Substrate ss58 prefix | 42 (default Substrate) |
| Native asset | XRP (18 decimals on EVM, 6 on Substrate) |
| Substrate WS RPC | wss://root.rootnet.live/archive/ws |
| Substrate HTTPS RPC | https://root.rootnet.live/archive |
| EVM HTTPS RPC | https://root.rootnet.live/archive |
| Block explorer | https://rootscan.io |
| Substrate UI | https://portal.rootnet.live |
| Bridge | https://app.rootnet.live/bridge |
| Staking portal | https://staking.therootnetwork.com |
Porcini (testnet)
| Field | Value |
|---|---|
| EVM chainId | 7672 |
| Substrate WS RPC | wss://porcini.rootnet.app/archive/ws |
| Substrate HTTPS RPC | https://porcini.rootnet.app/archive |
| EVM HTTPS RPC | https://porcini.rootnet.app/archive |
| Block explorer | https://porcini.rootscan.io |
| Faucet | See Connecting to TRN |
MetaMask quick-config
json
{
"chainName": "Root Network",
"chainId": "0x1DF4",
"rpcUrls": ["https://root.rootnet.live/archive"],
"nativeCurrency": { "name": "XRP", "symbol": "XRP", "decimals": 18 },
"blockExplorerUrls": ["https://rootscan.io"]
}json
{
"chainName": "Porcini Testnet",
"chainId": "0x1DF8",
"rpcUrls": ["https://porcini.rootnet.app/archive"],
"nativeCurrency": { "name": "XRP", "symbol": "XRP", "decimals": 18 },
"blockExplorerUrls": ["https://porcini.rootscan.io"]
}Compiled from docs.therootnetwork.com/build/connecting-to-the-root-network and the per-page metadata captured for this site.