chains/_data/chains/eip155-280.json
Pandapip1 753a6225e2
Add zkSync alpha testnet (#1399)
* Add zkSync alpha testnet

* Change shortName to be unique

* Typo

* Oops
2022-08-03 19:36:23 +02:00

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"
}]
}