add LitecoinZ (LTZ)

This commit is contained in:
cipig 2018-02-10 04:54:44 +01:00
parent 2e80ef0178
commit 0fb17dccf5
4 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -95,6 +95,10 @@ function return_coin_details(coin) {
coin_details.name = 'Innova';
coin_details.explorer = 'http://explorer.innovacoin.info/tx/';
break;
case 'LTZ':
coin_details.name = 'LitecoinZ';
coin_details.explorer = 'https://explorer.litecoinz.info/tx/';
break;
case 'MZC':
coin_details.name = 'Mazacoin';
coin_details.explorer = 'http://mazacoin.thecoin.pw/tx/';

View File

@ -49,6 +49,7 @@ coin_select_options = `<optgroup label="Crytpo Coins">
<option data-content="<img src='img/cryptologo/inn.png' width='30px'/> Innova (INN)" data-tokens="Innova INN">INN</option>
<option data-content="<img src='img/cryptologo/lbc.png' width='30px'/> LBRY Credits (LBC)" data-tokens="LBRY Credits LBC">LBC</option>
<option data-content="<img src='img/cryptologo/ltc.png' width='30px'/> Litecoin (LTC)" data-tokens="Litecoin LTC">LTC</option>
<option data-content="<img src='img/cryptologo/ltz.png' width='30px'/> LitecoinZ (LTZ)" data-tokens="LitecoinZ LTZ">LTZ</option>
<option data-content="<img src='img/cryptologo/mac.png' width='30px'/> Machinecoin (MAC)" data-tokens="Machinecoin MAC">MAC</option>
<option data-content="<img src='img/cryptologo/maga.png' width='30px'/> Magacoin (MAGA)" data-tokens="Magacoin MAGA">MAGA</option>
<option data-content="<img src='img/cryptologo/mona.png' width='30px'/> Monacoin (MONA)" data-tokens="Monacoin MONA">MONA</option>