mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@ad94782d20 🚀
This commit is contained in:
parent
956f7f03ca
commit
23e89f4fd9
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Polygon zkEVM Testnet",
|
||||
"name": "Polygon zkEVM Testnet old",
|
||||
"title": "Polygon zkEVM Testnet",
|
||||
"chain": "Polygon",
|
||||
"rpc": [],
|
||||
|
@ -19,5 +19,6 @@
|
|||
"url": "https://explorer.public.zkevm-test.net",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "deprecated"
|
||||
}
|
||||
|
|
23
chains/eip155-1422.json
Normal file
23
chains/eip155-1422.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": 1422,
|
||||
"networkId": 1422,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Polygon zkEVM explorer",
|
||||
"url": "https://explorer.public.zkevm-test.net",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3912,7 +3912,7 @@
|
|||
"faucets": [],
|
||||
"infoURL": "https://sinso.io"
|
||||
}, {
|
||||
"name": "Polygon zkEVM Testnet",
|
||||
"name": "Polygon zkEVM Testnet old",
|
||||
"chainId": 1402,
|
||||
"shortName": "zkevmtest",
|
||||
"networkId": 1402,
|
||||
|
@ -3924,6 +3924,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/"
|
||||
}, {
|
||||
"name": "Polygon zkEVM Testnet",
|
||||
"chainId": 1422,
|
||||
"shortName": "testnet-zkEVM-mango",
|
||||
"networkId": 1422,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.public.zkevm-test.net"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/"
|
||||
}, {
|
||||
"name": "Ctex Scan Blockchain",
|
||||
"chainId": 1455,
|
||||
|
|
|
@ -5632,7 +5632,7 @@
|
|||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Polygon zkEVM Testnet",
|
||||
"name": "Polygon zkEVM Testnet old",
|
||||
"title": "Polygon zkEVM Testnet",
|
||||
"chain": "Polygon",
|
||||
"rpc": [],
|
||||
|
@ -5650,6 +5650,27 @@
|
|||
"name": "blockscout",
|
||||
"url": "https://explorer.public.zkevm-test.net",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"status": "deprecated"
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Ctex Scan Blockchain",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -301,6 +301,7 @@
|
|||
"CIC": "eip155:1353",
|
||||
"ASAR": "eip155:1388",
|
||||
"zkevmtest": "eip155:1402",
|
||||
"testnet-zkEVM-mango": "eip155:1422",
|
||||
"CTEX": "eip155:1455",
|
||||
"Sherpax": "eip155:1506",
|
||||
"SherpaxTestnet": "eip155:1507",
|
||||
|
|
Loading…
Reference in New Issue
Block a user