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:
arose0 2022-12-11 20:32:55 -08:00 committed by GitHub
parent aae045f411
commit a1d70b5671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}