chains/_data/chains/eip155-324.json
Ramon "9Tails" Canales bd10bdea36
updating zkSync Era information (#2480)
* updating zkSync v2/Era information

* prettier

* adding downloaded icon

* updating zkSync Era information

* adding icon to downloads

* deleting old icon

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-03-23 19:48:29 +01:00

30 lines
618 B
JSON

{
"name": "zkSync Era Mainnet",
"chain": "ETH",
"rpc": ["https://mainnet.era.zksync.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://zksync.io/",
"shortName": "zksync",
"chainId": 324,
"networkId": 324,
"icon": "zksync-era",
"explorers": [
{
"name": "zkSync Era Block Explorer",
"url": "https://explorer.zksync.io",
"icon": "zksync-era",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge.zksync.io/" }]
}
}