chains/chains/eip155-280.json

30 lines
695 B
JSON

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