mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Update Polygon zkEVM testnet (1422) * Deprecated Polygon zkEVM testnet (1402) * Indented with space: 2 * Added new line at end of file --------- Co-authored-by: ligi <ligi@ligi.de>
24 lines
552 B
JSON
24 lines
552 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": "testnet-zkEVM-mango",
|
|
"chainId": 1422,
|
|
"networkId": 1422,
|
|
"explorers": [
|
|
{
|
|
"name": "Polygon zkEVM explorer",
|
|
"url": "https://explorer.public.zkevm-test.net",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|