mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"name": "zkSync Era Mainnet",
|
|
"chain": "ETH",
|
|
"rpc": ["https://zksync2-mainnet.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://portal.zksync.io/bridge" }]
|
|
}
|
|
}
|