mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
543 B
JSON
27 lines
543 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"
|
|
}]
|
|
}
|