Update chain 427 and 859 (#2027)

* 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>
This commit is contained in:
rampenke 2022-12-15 01:48:36 -08:00 committed by GitHub
parent 27887f76f2
commit 1287cd85b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

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"
}
]
}

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"
}
]
}