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@98fbc9d311 🚀
This commit is contained in:
parent
8801152bfc
commit
c6b15d38fd
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3261,6 +3261,19 @@
|
||||||
"rpc": ["https://rpc.xerom.org"],
|
"rpc": ["https://rpc.xerom.org"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://xerom.org"
|
"infoURL": "https://xerom.org"
|
||||||
|
}, {
|
||||||
|
"name": "Kintsugi merge testnet",
|
||||||
|
"chainId": 1337702,
|
||||||
|
"shortName": "kintsugi",
|
||||||
|
"networkId": 1337702,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "kintsugi Ethere",
|
||||||
|
"symbol": "kiETH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.kintsugi.themerge.dev"],
|
||||||
|
"faucets": ["https://faucet.kintsugi.themerge.dev"],
|
||||||
|
"infoURL": "https://kintsugi.themerge.dev/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Musicoin",
|
"name": "Musicoin",
|
||||||
"chainId": 7762959,
|
"chainId": 7762959,
|
||||||
|
|
|
@ -4585,6 +4585,26 @@
|
||||||
"shortName": "xero",
|
"shortName": "xero",
|
||||||
"chainId": 1313500,
|
"chainId": 1313500,
|
||||||
"networkId": 1313500
|
"networkId": 1313500
|
||||||
|
}, {
|
||||||
|
"name": "Kintsugi merge testnet",
|
||||||
|
"chain": "ETH",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": ["https://rpc.kintsugi.themerge.dev"],
|
||||||
|
"faucets": ["https://faucet.kintsugi.themerge.dev"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "kintsugi Ethere",
|
||||||
|
"symbol": "kiETH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://kintsugi.themerge.dev/",
|
||||||
|
"shortName": "kintsugi",
|
||||||
|
"chainId": 1337702,
|
||||||
|
"networkId": 1337702,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "kintsugi explorer",
|
||||||
|
"url": "https://explorer.kintsugi.themerge.dev/",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Musicoin",
|
"name": "Musicoin",
|
||||||
"chain": "MUSIC",
|
"chain": "MUSIC",
|
||||||
|
|
|
@ -250,6 +250,7 @@
|
||||||
"elv": "eip155:955305",
|
"elv": "eip155:955305",
|
||||||
"etho": "eip155:1313114",
|
"etho": "eip155:1313114",
|
||||||
"xero": "eip155:1313500",
|
"xero": "eip155:1313500",
|
||||||
|
"kintsugi": "eip155:1337702",
|
||||||
"music": "eip155:7762959",
|
"music": "eip155:7762959",
|
||||||
"tpep": "eip155:13371337",
|
"tpep": "eip155:13371337",
|
||||||
"ilt": "eip155:18289463",
|
"ilt": "eip155:18289463",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user