chains/_data/chains/eip155-1402.json
Pete Kim a837e77948
Add Polygon zkEVM Testnet (1402) (#1846)
Co-authored-by: ligi <ligi@ligi.de>
2022-11-08 15:00:33 +01:00

24 lines
530 B
JSON

{
"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"
}
]
}