Deploying to gh-pages from @ ethereum-lists/chains@1287cd85b5 🚀

This commit is contained in:
ligi 2022-12-15 09:52:52 +00:00
parent 53232d12c0
commit d991a37e4c
7 changed files with 112 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-427.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Zeeth Chain",
"chain": "ZeethChain",
"rpc": ["https://rpc.zeeth.io"],
"faucets": [],
"nativeCurrency": {
"name": "Zeeth Token",
"symbol": "ZTH",
"decimals": 18
},
"infoURL": "",
"shortName": "zeeth",
"chainId": 427,
"networkId": 427,
"explorers": [
{
"name": "Zeeth Explorer",
"url": "https://explorer.zeeth.io",
"standard": "none"
}
]
}

22
chains/eip155-859.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Zeeth Chain Dev",
"chain": "ZeethChainDev",
"rpc": ["https://rpc.dev.zeeth.io"],
"faucets": [],
"nativeCurrency": {
"name": "Zeeth Token",
"symbol": "ZTH",
"decimals": 18
},
"infoURL": "",
"shortName": "zeethdev",
"chainId": 859,
"networkId": 859,
"explorers": [
{
"name": "Zeeth Explorer Dev",
"url": "https://explorer.dev.zeeth.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2156,6 +2156,19 @@
"rpc": ["https://goerli.optimism.io/"],
"faucets": [],
"infoURL": "https://optimism.io"
}, {
"name": "Zeeth Chain",
"chainId": 427,
"shortName": "zeeth",
"networkId": 427,
"nativeCurrency": {
"name": "Zeeth Token",
"symbol": "ZTH",
"decimals": 18
},
"rpc": ["https://rpc.zeeth.io"],
"faucets": [],
"infoURL": ""
}, {
"name": "Rupaya",
"chainId": 499,
@ -2624,6 +2637,19 @@
"rpc": [],
"faucets": [],
"infoURL": "https://callisto.network"
}, {
"name": "Zeeth Chain Dev",
"chainId": 859,
"shortName": "zeethdev",
"networkId": 859,
"nativeCurrency": {
"name": "Zeeth Token",
"symbol": "ZTH",
"decimals": 18
},
"rpc": ["https://rpc.dev.zeeth.io"],
"faucets": [],
"infoURL": ""
}, {
"name": "Dexit Network",
"chainId": 877,

View File

@ -3082,6 +3082,25 @@
"shortName": "ogor",
"chainId": 420,
"networkId": 420
}, {
"name": "Zeeth Chain",
"chain": "ZeethChain",
"rpc": ["https://rpc.zeeth.io"],
"faucets": [],
"nativeCurrency": {
"name": "Zeeth Token",
"symbol": "ZTH",
"decimals": 18
},
"infoURL": "",
"shortName": "zeeth",
"chainId": 427,
"networkId": 427,
"explorers": [{
"name": "Zeeth Explorer",
"url": "https://explorer.zeeth.io",
"standard": "none"
}]
}, {
"name": "Rupaya",
"chain": "RUPX",
@ -3735,6 +3754,25 @@
"chainId": 821,
"networkId": 2,
"status": "deprecated"
}, {
"name": "Zeeth Chain Dev",
"chain": "ZeethChainDev",
"rpc": ["https://rpc.dev.zeeth.io"],
"faucets": [],
"nativeCurrency": {
"name": "Zeeth Token",
"symbol": "ZTH",
"decimals": 18
},
"infoURL": "",
"shortName": "zeethdev",
"chainId": 859,
"networkId": 859,
"explorers": [{
"name": "Zeeth Explorer Dev",
"url": "https://explorer.dev.zeeth.io",
"standard": "none"
}]
}, {
"name": "Dexit Network",
"chain": "DXT",

View File

@ -165,6 +165,7 @@
"hpn": "eip155:400",
"SX": "eip155:416",
"ogor": "eip155:420",
"zeeth": "eip155:427",
"rupx": "eip155:499",
"Camino": "eip155:500",
"Columbus": "eip155:501",
@ -201,6 +202,7 @@
"meer": "eip155:813",
"clo": "eip155:820",
"tclo": "eip155:821",
"zeethdev": "eip155:859",
"DXT": "eip155:877",
"ambros": "eip155:880",
"wan": "eip155:888",