Add Polygon zkEVM Testnet (1402) (#1846)

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Pete Kim 2022-11-08 08:00:33 -06:00 committed by GitHub
parent 299c474fbc
commit a837e77948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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