mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add zhejiang chain (#2208)
* add zhejiang chain * fix typos * add pk910 faucet * ran prettier
This commit is contained in:
parent
be087a1dea
commit
31bc492660
27
_data/chains/eip155-1337803.json
Normal file
27
_data/chains/eip155-1337803.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user