mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@886610b882 🚀
This commit is contained in:
parent
bccbbc96e3
commit
1872553623
|
@ -1446,4 +1446,12 @@
|
||||||
"height": 521,
|
"height": 521,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "htmlcoin",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmR1oDRSadPerfyWMhKHNP268vPKvpczt5zPawgFSZisz2",
|
||||||
|
"width": 1000,
|
||||||
|
"height": 1000,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}]
|
}]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-4444.json
Normal file
25
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4418,6 +4418,19 @@
|
||||||
"rpc": ["https://testnet.avax.boba.network", "wss://wss.testnet.avax.boba.network", "https://replica.testnet.avax.boba.network", "wss://replica-wss.testnet.avax.boba.network"],
|
"rpc": ["https://testnet.avax.boba.network", "wss://wss.testnet.avax.boba.network", "https://replica.testnet.avax.boba.network", "wss://replica-wss.testnet.avax.boba.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://boba.network"
|
"infoURL": "https://boba.network"
|
||||||
|
}, {
|
||||||
|
"name": "Htmlcoin Mainnet",
|
||||||
|
"chainId": 4444,
|
||||||
|
"shortName": "html",
|
||||||
|
"networkId": 4444,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Htmlcoin",
|
||||||
|
"symbol": "HTML",
|
||||||
|
"decimals": 8
|
||||||
|
},
|
||||||
|
"rpc": ["https://janus.htmlcoin.com/api/"],
|
||||||
|
"faucets": ["https://gruvin.me/htmlcoin"],
|
||||||
|
"infoURL": "https://htmlcoin.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "IoTeX Network Mainnet",
|
"name": "IoTeX Network Mainnet",
|
||||||
"chainId": 4689,
|
"chainId": 4689,
|
||||||
|
|
|
@ -6322,6 +6322,28 @@
|
||||||
"url": "https://blockexplorer.testnet.avax.boba.network",
|
"url": "https://blockexplorer.testnet.avax.boba.network",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "IoTeX Network Mainnet",
|
"name": "IoTeX Network Mainnet",
|
||||||
"chain": "iotex.io",
|
"chain": "iotex.io",
|
||||||
|
|
8
icons/htmlcoin.json
Normal file
8
icons/htmlcoin.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmR1oDRSadPerfyWMhKHNP268vPKvpczt5zPawgFSZisz2",
|
||||||
|
"width": 1000,
|
||||||
|
"height": 1000,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmR1oDRSadPerfyWMhKHNP268vPKvpczt5zPawgFSZisz2
Normal file
BIN
iconsDownload/QmR1oDRSadPerfyWMhKHNP268vPKvpczt5zPawgFSZisz2
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -339,6 +339,7 @@
|
||||||
"aioz-testnet": "eip155:4102",
|
"aioz-testnet": "eip155:4102",
|
||||||
"PHIv1": "eip155:4181",
|
"PHIv1": "eip155:4181",
|
||||||
"BobafujiTestnet": "eip155:4328",
|
"BobafujiTestnet": "eip155:4328",
|
||||||
|
"html": "eip155:4444",
|
||||||
"iotex-mainnet": "eip155:4689",
|
"iotex-mainnet": "eip155:4689",
|
||||||
"iotex-testnet": "eip155:4690",
|
"iotex-testnet": "eip155:4690",
|
||||||
"txvm": "eip155:4918",
|
"txvm": "eip155:4918",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user