mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
c314fceda0
commit
1f49ae7b7d
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Polygon zkEVM Testnet",
|
"name": "Polygon zkEVM Testnet Pre Audit-Upgraded",
|
||||||
"title": "Polygon zkEVM Testnet",
|
"title": "Polygon zkEVM Testnet Pre Audit-Upgraded",
|
||||||
"chain": "Polygon",
|
"chain": "Polygon",
|
||||||
"rpc": ["https://rpc.public.zkevm-test.net"],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Ether",
|
"name": "Ether",
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/",
|
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/",
|
||||||
"shortName": "testnet-zkEVM-mango",
|
"shortName": "testnet-zkEVM-mango-pre-audit-upgraded",
|
||||||
"chainId": 1422,
|
"chainId": 1422,
|
||||||
"networkId": 1422,
|
"networkId": 1422,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
|
@ -19,5 +19,6 @@
|
||||||
"url": "https://explorer.public.zkevm-test.net",
|
"url": "https://explorer.public.zkevm-test.net",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"status": "deprecated"
|
||||||
}
|
}
|
||||||
|
|
23
_data/chains/eip155-1442.json
Normal file
23
_data/chains/eip155-1442.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user