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@a837e77948 🚀
This commit is contained in:
parent
9e4052305c
commit
50ecf32776
File diff suppressed because one or more lines are too long
23
chains/eip155-1402.json
Normal file
23
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3196,6 +3196,19 @@
|
||||||
"rpc": ["http://127.0.0.1:8545"],
|
"rpc": ["http://127.0.0.1:8545"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://geth.ethereum.org"
|
"infoURL": "https://geth.ethereum.org"
|
||||||
|
}, {
|
||||||
|
"name": "Polygon zkEVM Testnet",
|
||||||
|
"chainId": 1402,
|
||||||
|
"shortName": "zkevmtest",
|
||||||
|
"networkId": 1402,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Ether",
|
||||||
|
"symbol": "ETH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.public.zkevm-test.net"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Sherpax Mainnet",
|
"name": "Sherpax Mainnet",
|
||||||
"chainId": 1506,
|
"chainId": 1506,
|
||||||
|
|
|
@ -4522,6 +4522,26 @@
|
||||||
"shortName": "geth",
|
"shortName": "geth",
|
||||||
"chainId": 1337,
|
"chainId": 1337,
|
||||||
"networkId": 1337
|
"networkId": 1337
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Sherpax Mainnet",
|
"name": "Sherpax Mainnet",
|
||||||
"chain": "Sherpax Mainnet",
|
"chain": "Sherpax Mainnet",
|
||||||
|
|
|
@ -245,6 +245,7 @@
|
||||||
"aitd": "eip155:1319",
|
"aitd": "eip155:1319",
|
||||||
"aitdtestnet": "eip155:1320",
|
"aitdtestnet": "eip155:1320",
|
||||||
"geth": "eip155:1337",
|
"geth": "eip155:1337",
|
||||||
|
"zkevmtest": "eip155:1402",
|
||||||
"Sherpax": "eip155:1506",
|
"Sherpax": "eip155:1506",
|
||||||
"SherpaxTestnet": "eip155:1507",
|
"SherpaxTestnet": "eip155:1507",
|
||||||
"beagle": "eip155:1515",
|
"beagle": "eip155:1515",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user