Deploying to gh-pages from @ ethereum-lists/chains@4d36388015 🚀

This commit is contained in:
ligi 2022-06-03 17:22:16 +00:00
parent 4a307a8531
commit bea8f6cca9
5 changed files with 38 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4938,6 +4938,19 @@
"rpc": ["https://rpc.kintsugi.themerge.dev"],
"faucets": ["http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}", "https://faucet.kintsugi.themerge.dev"],
"infoURL": "https://kintsugi.themerge.dev/"
}, {
"name": "Kiln",
"chainId": 1337802,
"shortName": "kiln",
"networkId": 1337802,
"nativeCurrency": {
"name": "Testnet ETH",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://rpc.kiln.themerge.dev"],
"faucets": ["https://faucet.kiln.themerge.dev", "https://kiln-faucet.pk910.de", "https://kilnfaucet.com"],
"infoURL": "https://kiln.themerge.dev/"
}, {
"name": "PlatON Dev Testnet",
"chainId": 2203181,

View File

@ -6999,6 +6999,28 @@
"url": "https://explorer.kintsugi.themerge.dev",
"standard": "EIP3091"
}]
}, {
"name": "Kiln",
"chain": "ETH",
"network": "testnet",
"rpc": ["https://rpc.kiln.themerge.dev"],
"faucets": ["https://faucet.kiln.themerge.dev", "https://kiln-faucet.pk910.de", "https://kilnfaucet.com"],
"nativeCurrency": {
"name": "Testnet ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://kiln.themerge.dev/",
"shortName": "kiln",
"chainId": 1337802,
"networkId": 1337802,
"icon": "ethereum",
"explorers": [{
"name": "Kiln Explorer",
"url": "https://explorer.kiln.themerge.dev",
"icon": "ethereum",
"standard": "EIP3091"
}]
}, {
"name": "PlatON Dev Testnet",
"chain": "PlatON",

View File

@ -379,6 +379,7 @@
"etho": "eip155:1313114",
"xero": "eip155:1313500",
"kintsugi": "eip155:1337702",
"kiln": "eip155:1337802",
"platondev": "eip155:2203181",
"music": "eip155:7762959",
"sep": "eip155:11155111",