mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create eip155-427 * Rename eip155-427 to eip155-427.json * Create eip155-859.json * Update _data/chains/eip155-427.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-859.json Co-authored-by: ligi <ligi@ligi.de> * Update eip155-427.json * Update eip155-859.json * Update eip155-427.json * Update eip155-859.json * shortname changed Co-authored-by: ligi <ligi@ligi.de>
23 lines
411 B
JSON
23 lines
411 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|