mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Added Zeniq Smart Chain * Update _data/chains/eip155-383414847825.json * formated zeniq data file with prettier Co-authored-by: dev4-zeniq <dev4@zeniq.com> Co-authored-by: ligi <ligi@ligi.de> Co-authored-by: Christian Leopold <christian.leopold@vougee.gmbh>
23 lines
488 B
JSON
23 lines
488 B
JSON
{
|
|
"name": "Zeniq",
|
|
"chain": "ZENIQ",
|
|
"rpc": ["https://smart.zeniq.network:9545"],
|
|
"faucets": ["https://faucet.zeniq.net/"],
|
|
"nativeCurrency": {
|
|
"name": "Zeniq",
|
|
"symbol": "ZENIQ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.zeniq.dev/",
|
|
"shortName": "zeniq",
|
|
"chainId": 383414847825,
|
|
"networkId": 383414847825,
|
|
"explorers": [
|
|
{
|
|
"name": "zeniq-smart-chain-explorer",
|
|
"url": "https://smart.zeniq.net",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|