Add zkSync alpha testnet (#1399)

* Add zkSync alpha testnet

* Change shortName to be unique

* Typo

* Oops
This commit is contained in:
Pandapip1 2022-08-03 13:36:23 -04:00 committed by GitHub
parent 136ba0dc8e
commit 753a6225e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
{
"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"
}]
}