mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Polygon zkEVM Testnet (1402) (#1846)
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
299c474fbc
commit
a837e77948
23
_data/chains/eip155-1402.json
Normal file
23
_data/chains/eip155-1402.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": "zkevmtest",
|
||||
"chainId": 1402,
|
||||
"networkId": 1402,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.public.zkevm-test.net",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user