mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "Htmlcoin Mainnet",
|
|
"chain": "mainnet",
|
|
"rpc": ["https://janus.htmlcoin.com/api/"],
|
|
"faucets": ["https://gruvin.me/htmlcoin"],
|
|
"nativeCurrency": {
|
|
"name": "Htmlcoin",
|
|
"symbol": "HTML",
|
|
"decimals": 8
|
|
},
|
|
"infoURL": "https://htmlcoin.com",
|
|
"shortName": "html",
|
|
"chainId": 4444,
|
|
"networkId": 4444,
|
|
"icon": "htmlcoin",
|
|
"status": "active",
|
|
"explorers": [
|
|
{
|
|
"name": "htmlcoin",
|
|
"url": "https://explorer.htmlcoin.com",
|
|
"icon": "htmlcoin",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|