chains/_data/chains/eip155-280.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

25 lines
545 B
JSON

{
"name": "zkSync alpha testnet",
"chain": "ETH",
"rpc": ["https://zksync2-testnet.zksync.dev"],
"faucets": ["https://portal.zksync.io/faucet"],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://v2-docs.zksync.io/",
"shortName": "zksync-goerli",
"chainId": 280,
"networkId": 280,
"icon": "ethereum",
"explorers": [
{
"name": "blockscout",
"url": "https://zksync2-testnet.zkscan.io",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}