mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
25 lines
545 B
JSON
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"
|
|
}
|
|
]
|
|
}
|