From a837e779480b6f28524e12ac856fe39d09a06322 Mon Sep 17 00:00:00 2001 From: Pete Kim Date: Tue, 8 Nov 2022 08:00:33 -0600 Subject: [PATCH] Add Polygon zkEVM Testnet (1402) (#1846) Co-authored-by: ligi --- _data/chains/eip155-1402.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-1402.json diff --git a/_data/chains/eip155-1402.json b/_data/chains/eip155-1402.json new file mode 100644 index 00000000..85cb6161 --- /dev/null +++ b/_data/chains/eip155-1402.json @@ -0,0 +1,23 @@ +{ + "name": "Polygon zkEVM Testnet", + "title": "Polygon zkEVM Testnet", + "chain": "Polygon", + "rpc": ["https://rpc.public.zkevm-test.net"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://polygon.technology/solutions/polygon-zkevm/", + "shortName": "zkevmtest", + "chainId": 1402, + "networkId": 1402, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.public.zkevm-test.net", + "standard": "EIP3091" + } + ] +}