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@a1d70b5671 🚀
This commit is contained in:
parent
5f9cf36b5c
commit
4df34c0384
File diff suppressed because one or more lines are too long
29
chains/eip155-324.json
Normal file
29
chains/eip155-324.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "zkSync v2",
|
||||
"chain": "ETH",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://zksync.io/",
|
||||
"shortName": "zksync",
|
||||
"chainId": 324,
|
||||
"networkId": 324,
|
||||
"icon": "ethereum",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "zkSync v2 Block Explorer",
|
||||
"url": "https://explorer.zksync.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": []
|
||||
},
|
||||
"status": "incubating"
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1961,6 +1961,19 @@
|
|||
"rpc": ["https://rpc-testnet.kcc.network"],
|
||||
"faucets": ["https://faucet-testnet.kcc.network"],
|
||||
"infoURL": "https://scan-testnet.kcc.network"
|
||||
}, {
|
||||
"name": "zkSync v2",
|
||||
"chainId": 324,
|
||||
"shortName": "zksync",
|
||||
"networkId": 324,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://zksync.io/"
|
||||
}, {
|
||||
"name": "Web3Q Mainnet",
|
||||
"chainId": 333,
|
||||
|
|
|
@ -2797,6 +2797,32 @@
|
|||
"url": "https://scan-testnet.kcc.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "zkSync v2",
|
||||
"chain": "ETH",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://zksync.io/",
|
||||
"shortName": "zksync",
|
||||
"chainId": 324,
|
||||
"networkId": 324,
|
||||
"icon": "ethereum",
|
||||
"explorers": [{
|
||||
"name": "zkSync v2 Block Explorer",
|
||||
"url": "https://explorer.zksync.io",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": []
|
||||
},
|
||||
"status": "incubating"
|
||||
}, {
|
||||
"name": "Web3Q Mainnet",
|
||||
"chain": "Web3Q",
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
"filecoin": "eip155:314",
|
||||
"kcs": "eip155:321",
|
||||
"kcst": "eip155:322",
|
||||
"zksync": "eip155:324",
|
||||
"w3q": "eip155:333",
|
||||
"DFKTEST": "eip155:335",
|
||||
"sdn": "eip155:336",
|
||||
|
|
Loading…
Reference in New Issue
Block a user