From ef2eb9a25c9f587a67a9ce1d0fc5b013e121defd Mon Sep 17 00:00:00 2001 From: HiteshMittal07 Date: Tue, 6 May 2025 11:06:18 +0530 Subject: [PATCH 1/2] Added Inclusive layer Testnet --- _data/chains/eip155-18083.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _data/chains/eip155-18083.json diff --git a/_data/chains/eip155-18083.json b/_data/chains/eip155-18083.json new file mode 100644 index 000000000000..243ac82f16cc --- /dev/null +++ b/_data/chains/eip155-18083.json @@ -0,0 +1,28 @@ +{ + "name": "Inclusive layer Testnet", + "title": "Inclusive layer Testnet", + "chain": "Inclusive layer Testnet", + "rpc": [ + "https://rpc.inclusive-layer-test.t.raas.gelato.cloud", + "wss://ws.inclusive-layer-test.t.raas.gelato.cloud" + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "icon": "inclusive-layer-testnet", + "infoURL": "https://raas.gelato.network/rollups/details/public/inclusive-layer-test", + "faucets": ["https://faucet.inclusive-layer-test.t.raas.gelato.cloud"], + "shortName": "inclusive-layer-testnet", + "chainId": 18083, + "networkId": 18083, + "explorers": [ + { + "name": "blockscout", + "url": "https://inclusive-layer-test.cloud.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} From f38fbcde57b4c3f3d934508705db3bb0067d0803 Mon Sep 17 00:00:00 2001 From: HiteshMittal07 Date: Thu, 22 May 2025 15:06:11 +0530 Subject: [PATCH 2/2] feat: Adding Arena-Z-Testnet-3 --- _data/chains/eip155-9899.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-9899.json diff --git a/_data/chains/eip155-9899.json b/_data/chains/eip155-9899.json new file mode 100644 index 000000000000..1b68ddf46ad3 --- /dev/null +++ b/_data/chains/eip155-9899.json @@ -0,0 +1,25 @@ +{ + "name": "arena-Z-testnet-3", + "title": "Arena-Z-Testnet-3", + "chain": "arena-Z-testnet-3", + "rpc": ["https://testnet-rpc.arena-z.gg", "wss://testnet-ws.arena-z.gg"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "icon": "arena-z", + "infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet-3", + "faucets": ["https://testnet-faucet.arena-z.gg"], + "shortName": "arena-z-testnet-3", + "chainId": 9899, + "networkId": 9899, + "explorers": [ + { + "name": "blockscout", + "url": "https://testnet-explorer.arena-z.gg", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +}