Deploying to gh-pages from @ ethereum-lists/chains@31bc492660 🚀

This commit is contained in:
ligi 2023-01-31 13:59:57 +00:00
parent bf11c5a7b2
commit 22e6122e52
7 changed files with 65 additions and 3 deletions

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -8383,6 +8383,19 @@
"rpc": ["https://rpc.kiln.themerge.dev"], "rpc": ["https://rpc.kiln.themerge.dev"],
"faucets": ["https://faucet.kiln.themerge.dev", "https://kiln-faucet.pk910.de", "https://kilnfaucet.com"], "faucets": ["https://faucet.kiln.themerge.dev", "https://kiln-faucet.pk910.de", "https://kilnfaucet.com"],
"infoURL": "https://kiln.themerge.dev/" "infoURL": "https://kiln.themerge.dev/"
}, {
"name": "Zhejiang",
"chainId": 1337803,
"shortName": "zhejiang",
"networkId": 1337803,
"nativeCurrency": {
"name": "Testnet ETH",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://rpc.zhejiang.ethpandaops.io"],
"faucets": ["https://faucet.zhejiang.ethpandaops.io", "https://zhejiang-faucet.pk910.de"],
"infoURL": "https://zhejiang.ethpandaops.io"
}, { }, {
"name": "Plian Mainnet Main", "name": "Plian Mainnet Main",
"chainId": 2099156, "chainId": 2099156,

View File

@ -12430,6 +12430,27 @@
"icon": "ethereum", "icon": "ethereum",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"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"
}]
}, { }, {
"name": "Plian Mainnet Main", "name": "Plian Mainnet Main",
"chain": "Plian", "chain": "Plian",

File diff suppressed because one or more lines are too long

View File

@ -644,6 +644,7 @@
"xero": "eip155:1313500", "xero": "eip155:1313500",
"kintsugi": "eip155:1337702", "kintsugi": "eip155:1337702",
"kiln": "eip155:1337802", "kiln": "eip155:1337802",
"zhejiang": "eip155:1337803",
"plian-mainnet": "eip155:2099156", "plian-mainnet": "eip155:2099156",
"platondev": "eip155:2203181", "platondev": "eip155:2203181",
"platondev2": "eip155:2206132", "platondev2": "eip155:2206132",