Deploying to gh-pages from @ ethereum-lists/chains@98fbc9d311 🚀

This commit is contained in:
ligi 2021-12-18 11:58:25 +00:00
parent 8801152bfc
commit c6b15d38fd
5 changed files with 36 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

@ -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,

View File

@ -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",

View File

@ -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",