mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@4d36388015 🚀
This commit is contained in:
parent
4a307a8531
commit
bea8f6cca9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4938,6 +4938,19 @@
|
||||||
"rpc": ["https://rpc.kintsugi.themerge.dev"],
|
"rpc": ["https://rpc.kintsugi.themerge.dev"],
|
||||||
"faucets": ["http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}", "https://faucet.kintsugi.themerge.dev"],
|
"faucets": ["http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}", "https://faucet.kintsugi.themerge.dev"],
|
||||||
"infoURL": "https://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",
|
"name": "PlatON Dev Testnet",
|
||||||
"chainId": 2203181,
|
"chainId": 2203181,
|
||||||
|
|
|
@ -6999,6 +6999,28 @@
|
||||||
"url": "https://explorer.kintsugi.themerge.dev",
|
"url": "https://explorer.kintsugi.themerge.dev",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "PlatON Dev Testnet",
|
||||||
"chain": "PlatON",
|
"chain": "PlatON",
|
||||||
|
|
|
@ -379,6 +379,7 @@
|
||||||
"etho": "eip155:1313114",
|
"etho": "eip155:1313114",
|
||||||
"xero": "eip155:1313500",
|
"xero": "eip155:1313500",
|
||||||
"kintsugi": "eip155:1337702",
|
"kintsugi": "eip155:1337702",
|
||||||
|
"kiln": "eip155:1337802",
|
||||||
"platondev": "eip155:2203181",
|
"platondev": "eip155:2203181",
|
||||||
"music": "eip155:7762959",
|
"music": "eip155:7762959",
|
||||||
"sep": "eip155:11155111",
|
"sep": "eip155:11155111",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user