From f7c3f7af53d131a859b7d1765f77124a7b4113fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Galiano?= Date: Tue, 28 Oct 2025 17:43:01 -0300 Subject: [PATCH] Add Etherlink Shadownet Testnet (Chain ID: 127823) --- _data/chains/eip155-127823.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-127823.json diff --git a/_data/chains/eip155-127823.json b/_data/chains/eip155-127823.json new file mode 100644 index 000000000000..520375a10890 --- /dev/null +++ b/_data/chains/eip155-127823.json @@ -0,0 +1,24 @@ +{ + "name": "Etherlink Shadownet Testnet", + "chain": "Etherlink", + "icon": "etherlink", + "chainId": 127823, + "networkId": 127823, + "features": [{ "name": "EIP1559" }], + "infoURL": "https://etherlink.com", + "shortName": "etlt", + "nativeCurrency": { + "name": "tez", + "symbol": "XTZ", + "decimals": 18 + }, + "rpc": ["https://node.shadownet.etherlink.com"], + "faucets": [], + "explorers": [ + { + "name": "Etherlink Shadownet Explorer", + "url": "https://shadownet.explorer.etherlink.com", + "standard": "EIP3091" + } + ] +}