Update Polygon zkEVM testnet (1442) (#2428)

* Update Polygon zkEVM testnet (1442)

* Update _data/chains/eip155-1422.json

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Santiago Aceñolaza 2023-03-15 11:41:45 -03:00 committed by GitHub
parent c314fceda0
commit 1f49ae7b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 5 deletions

View File

@ -1,8 +1,8 @@
{
"name": "Polygon zkEVM Testnet",
"title": "Polygon zkEVM Testnet",
"name": "Polygon zkEVM Testnet Pre Audit-Upgraded",
"title": "Polygon zkEVM Testnet Pre Audit-Upgraded",
"chain": "Polygon",
"rpc": ["https://rpc.public.zkevm-test.net"],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
@ -10,7 +10,7 @@
"decimals": 18
},
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/",
"shortName": "testnet-zkEVM-mango",
"shortName": "testnet-zkEVM-mango-pre-audit-upgraded",
"chainId": 1422,
"networkId": 1422,
"explorers": [
@ -19,5 +19,6 @@
"url": "https://explorer.public.zkevm-test.net",
"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": 1442,
"networkId": 1442,
"explorers": [
{
"name": "Polygon zkEVM explorer",
"url": "https://explorer.public.zkevm-test.net",
"standard": "EIP3091"
}
]
}