mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adding zkSync v2 (#1693)
* Adding zkSync v2 * updating after running Prettier formatter * removing slash from explorer URL Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
aae045f411
commit
a1d70b5671
29
_data/chains/eip155-324.json
Normal file
29
_data/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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user