From c5f7d00ff7992197e595a5ed3ac8eb59a7a38b39 Mon Sep 17 00:00:00 2001 From: Amine Ben <100777531+cryptoquantx@users.noreply.github.com> Date: Wed, 6 Nov 2024 04:19:55 +0100 Subject: [PATCH] Swell testnet 1924 (#6148) * swell testnet 1923 * mainnet : 1923 testnet : 1924 * rpc & explorer for mainnet * swell testnet 1924 --------- Co-authored-by: ligi --- _data/chains/eip155-1924.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-1924.json diff --git a/_data/chains/eip155-1924.json b/_data/chains/eip155-1924.json new file mode 100644 index 000000000000..942e3421c158 --- /dev/null +++ b/_data/chains/eip155-1924.json @@ -0,0 +1,23 @@ +{ + "name": "Swell Network Testnet", + "chain": "Swell L2 Testnet", + "rpc": ["https://swell-testnet.alt.technology"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://app.swellnetwork.io/layer2/swell-l2", + "shortName": "swell-l2-testnet", + "chainId": 1924, + "networkId": 1924, + "explorers": [ + { + "name": "swell-l2-testnet", + "icon": "swell", + "url": "https://swell-testnet-explorer.alt.technology", + "standard": "none" + } + ] +}