From 32dd3d08967eb8c3ed7cfb27343cd9f1b3ac84e9 Mon Sep 17 00:00:00 2001 From: nick8319 Date: Fri, 15 Dec 2023 04:04:16 +0300 Subject: [PATCH] feat: add Immutable zkEVM Mainnet (#3914) --- _data/chains/eip155-13371.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-13371.json diff --git a/_data/chains/eip155-13371.json b/_data/chains/eip155-13371.json new file mode 100644 index 000000000000..83d2595f1890 --- /dev/null +++ b/_data/chains/eip155-13371.json @@ -0,0 +1,24 @@ +{ + "name": "Immutable zkEVM", + "chain": "Immutable zkEVM", + "rpc": ["https://rpc.immutable.com"], + "faucets": ["https://docs.immutable.com/docs/zkEVM/guides/faucet"], + "nativeCurrency": { + "name": "IMX", + "symbol": "IMX", + "decimals": 18 + }, + "infoURL": "https://www.immutable.com", + "shortName": "imx", + "chainId": 13371, + "networkId": 13371, + "icon": "immutable", + "explorers": [ + { + "name": "Immutable explorer", + "url": "https://explorer.immutable.com", + "standard": "EIP3091", + "icon": "immutable" + } + ] +}