diff --git a/_data/chains/eip155-1402.json b/_data/chains/eip155-1402.json index c3655845..b2e49771 100644 --- a/_data/chains/eip155-1402.json +++ b/_data/chains/eip155-1402.json @@ -1,5 +1,5 @@ { - "name": "Polygon zkEVM Testnet", + "name": "Polygon zkEVM Testnet old", "title": "Polygon zkEVM Testnet", "chain": "Polygon", "rpc": [], @@ -19,5 +19,6 @@ "url": "https://explorer.public.zkevm-test.net", "standard": "EIP3091" } - ] + ], + "status": "deprecated" } diff --git a/_data/chains/eip155-1422.json b/_data/chains/eip155-1422.json new file mode 100644 index 00000000..797ba076 --- /dev/null +++ b/_data/chains/eip155-1422.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": "testnet-zkEVM-mango", + "chainId": 1422, + "networkId": 1422, + "explorers": [ + { + "name": "Polygon zkEVM explorer", + "url": "https://explorer.public.zkevm-test.net", + "standard": "EIP3091" + } + ] +}