Deploying to gh-pages from @ ethereum-lists/chains@a1d70b5671 🚀

This commit is contained in:
ligi 2022-12-12 04:36:35 +00:00
parent 5f9cf36b5c
commit 4df34c0384
6 changed files with 71 additions and 2 deletions

File diff suppressed because one or more lines are too long

29
chains/eip155-324.json Normal file
View 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

View File

@ -1961,6 +1961,19 @@
"rpc": ["https://rpc-testnet.kcc.network"], "rpc": ["https://rpc-testnet.kcc.network"],
"faucets": ["https://faucet-testnet.kcc.network"], "faucets": ["https://faucet-testnet.kcc.network"],
"infoURL": "https://scan-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", "name": "Web3Q Mainnet",
"chainId": 333, "chainId": 333,

View File

@ -2797,6 +2797,32 @@
"url": "https://scan-testnet.kcc.network", "url": "https://scan-testnet.kcc.network",
"standard": "EIP3091" "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", "name": "Web3Q Mainnet",
"chain": "Web3Q", "chain": "Web3Q",

View File

@ -150,6 +150,7 @@
"filecoin": "eip155:314", "filecoin": "eip155:314",
"kcs": "eip155:321", "kcs": "eip155:321",
"kcst": "eip155:322", "kcst": "eip155:322",
"zksync": "eip155:324",
"w3q": "eip155:333", "w3q": "eip155:333",
"DFKTEST": "eip155:335", "DFKTEST": "eip155:335",
"sdn": "eip155:336", "sdn": "eip155:336",