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"],
|
||||
"faucets": [],
|
||||
"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",
|
||||
"chainId": 7762959,
|
||||
|
|
|
@ -4585,6 +4585,26 @@
|
|||
"shortName": "xero",
|
||||
"chainId": 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",
|
||||
"chain": "MUSIC",
|
||||
|
|
|
@ -250,6 +250,7 @@
|
|||
"elv": "eip155:955305",
|
||||
"etho": "eip155:1313114",
|
||||
"xero": "eip155:1313500",
|
||||
"kintsugi": "eip155:1337702",
|
||||
"music": "eip155:7762959",
|
||||
"tpep": "eip155:13371337",
|
||||
"ilt": "eip155:18289463",
|
||||
|
|
Loading…
Reference in New Issue
Block a user