mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add htmlcoin (#1993)
* add htmlcoin chainID 4444 * add htmlcoin testnet chainID 4445 * add htmlcoin * add htmlcoin * add faucet to htmlcoin * edit name duplicate * edit name duplicate * remove testnet
This commit is contained in:
parent
8cbc7cc5b6
commit
886610b882
25
_data/chains/eip155-4444.json
Normal file
25
_data/chains/eip155-4444.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/htmlcoin.json
Normal file
8
_data/icons/htmlcoin.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmR1oDRSadPerfyWMhKHNP268vPKvpczt5zPawgFSZisz2",
|
||||||
|
"width": 1000,
|
||||||
|
"height": 1000,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue
Block a user