add HTMLCOIN (HTML)

This commit is contained in:
cipig 2018-02-13 03:22:25 +01:00
parent 3bdcc6ce68
commit e2dde98d58
4 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

BIN
gui/img/cryptologo/html.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -87,6 +87,10 @@ function return_coin_details(coin) {
coin_details.name = 'Groestlcoin';
coin_details.explorer = 'http://groestlsight.groestlcoin.org/tx/';
break;
case 'HTML':
coin_details.name = 'HTMLCOIN';
coin_details.explorer = 'https://html.mastercalls.io/tx/';
break;
case 'IOP':
coin_details.name = 'Internet of People';
coin_details.explorer = 'http://mainnet.iop.cash/tx/';

View File

@ -42,6 +42,7 @@ coin_select_options = `<optgroup label="Crytpo Coins">
<option data-content="<img src='img/cryptologo/glt.png' width='30px'/> GlobalToken (GLT)" data-tokens="GlobalToken GLT">GLT</option>
<option data-content="<img src='img/cryptologo/grs.png' width='30px'/> Groestlcoin (GRS)" data-tokens="Groestlcoin GRS">GRS</option>
<option data-content="<img src='img/cryptologo/hodlc.png' width='30px'/> HODLCoin (HODLC)" data-tokens="HODLCoin HODLC">HODLC</option>
<option data-content="<img src='img/cryptologo/html.png' width='30px'/> HTMLCOIN (HTML)" data-tokens="HTMLCOIN HTML">HTML</option>
<option data-content="<img src='img/cryptologo/huc.png' width='30px'/> Huntercoin (HUC)" data-tokens="Huntercoin HUC">HUC</option>
<option data-content="<img src='img/cryptologo/hush.png' width='30px'/> Hush (HUSH)" data-tokens="Hush HUSH">HUSH</option>
<option data-content="<img src='img/cryptologo/i0c.png' width='30px'/> I0Coin (I0C)" data-tokens="I0Coin I0C">I0C</option>