Update Polygon zkEVM testnet (1422) (#2280)

* 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>
This commit is contained in:
Diego Escalona 2023-02-15 23:41:22 +01:00 committed by GitHub
parent 538b980a0f
commit ad94782d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "Polygon zkEVM Testnet", "name": "Polygon zkEVM Testnet old",
"title": "Polygon zkEVM Testnet", "title": "Polygon zkEVM Testnet",
"chain": "Polygon", "chain": "Polygon",
"rpc": [], "rpc": [],
@ -19,5 +19,6 @@
"url": "https://explorer.public.zkevm-test.net", "url": "https://explorer.public.zkevm-test.net",
"standard": "EIP3091" "standard": "EIP3091"
} }
] ],
"status": "deprecated"
} }

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": "testnet-zkEVM-mango",
"chainId": 1422,
"networkId": 1422,
"explorers": [
{
"name": "Polygon zkEVM explorer",
"url": "https://explorer.public.zkevm-test.net",
"standard": "EIP3091"
}
]
}