Deploying to gh-pages from @ ethereum-lists/chains@886610b882 🚀

This commit is contained in:
ligi 2022-12-08 17:36:03 +00:00
parent bccbbc96e3
commit 1872553623
10 changed files with 80 additions and 3 deletions

View File

@ -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
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmR1oDRSadPerfyWMhKHNP268vPKvpczt5zPawgFSZisz2",
"width": 1000,
"height": 1000,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -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",