add zhejiang chain (#2208)

* add zhejiang chain

* fix typos

* add pk910 faucet

* ran prettier
This commit is contained in:
Barnabas Busa 2023-01-31 14:53:18 +01:00 committed by GitHub
parent be087a1dea
commit 31bc492660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,27 @@
{
"name": "Zhejiang",
"chain": "ETH",
"rpc": ["https://rpc.zhejiang.ethpandaops.io"],
"faucets": [
"https://faucet.zhejiang.ethpandaops.io",
"https://zhejiang-faucet.pk910.de"
],
"nativeCurrency": {
"name": "Testnet ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://zhejiang.ethpandaops.io",
"shortName": "zhejiang",
"chainId": 1337803,
"networkId": 1337803,
"icon": "ethereum",
"explorers": [
{
"name": "Zhejiang Explorer",
"url": "https://zhejiang.beaconcha.in",
"icon": "ethereum",
"standard": "EIP3091"
}
]
}