From 9eb78fde3f3de683938963f49d78d5595582f234 Mon Sep 17 00:00:00 2001 From: Kristin Kirkov Date: Fri, 10 Jan 2025 15:03:02 +0200 Subject: [PATCH] add inEVM Testnet --- _data/chains/eip155-2424.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _data/chains/eip155-2424.json diff --git a/_data/chains/eip155-2424.json b/_data/chains/eip155-2424.json new file mode 100644 index 000000000000..41e6466b168d --- /dev/null +++ b/_data/chains/eip155-2424.json @@ -0,0 +1,18 @@ +{ + "name": "inEVM Testnet", + "chain": "inEVM testnet", + "icon": "inevm", + "rpc": ["https://testnet.rpc.inevm.com/http"], + "faucets": [], + "nativeCurrency": { + "name": "Injective", + "symbol": "INJ", + "decimals": 18 + }, + "infoURL": "https://inevm.com", + "shortName": "inevm-testnet", + "chainId": 2424, + "networkId": 2424, + "explorers": [], + "status": "active" +}