coins file update, INN, EFL, GBX coins added to GUI

This commit is contained in:
satindergrewal 2017-12-30 21:27:51 +13:00
parent 80682a2281
commit d6b082585d
7 changed files with 21 additions and 1 deletions

File diff suppressed because one or more lines are too long

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -35,6 +35,10 @@ function return_coin_details(coin) {
coin_details.name = 'Bitcoin Gold';
coin_details.explorer = 'https://btgexp.com/tx/';
break;
case 'BCO':
coin_details.name = 'BridgeCoin';
coin_details.explorer = 'https://explorer.bridgecoin.org/tx/';
break;
case 'MNZ':
coin_details.name = 'Monaize';
coin_details.explorer = 'https://www.mnzexplorer.com/tx/';
@ -63,6 +67,10 @@ function return_coin_details(coin) {
coin_details.name = 'Digibyte';
coin_details.explorer = 'https://digiexplorer.info/tx/';
break;
case 'EFL':
coin_details.name = 'e-Gulden';
coin_details.explorer = 'https://chainz.cryptoid.info/efl/tx.dws?';
break;
case 'GLT':
coin_details.name = 'GlobalToken';
coin_details.explorer = 'https://explorer.globaltoken.org/tx/';
@ -71,6 +79,10 @@ function return_coin_details(coin) {
coin_details.name = 'Internet of People';
coin_details.explorer = 'http://mainnet.iop.cash/tx/';
break;
case 'INN':
coin_details.name = 'Innova';
coin_details.explorer = 'http://explorer.innovacoin.info/tx/';
break;
case 'MZC':
coin_details.name = 'Mazacoin';
coin_details.explorer = 'http://mazacoin.thecoin.pw/tx/';
@ -227,6 +239,10 @@ function return_coin_details(coin) {
coin_details.name = 'Florincoin';
coin_details.explorer = 'https://florincoin.info/tx/';
break;
case 'GBX':
coin_details.name = 'GoByte';
coin_details.explorer = 'http://explorer.gobyte.network:5001/tx/';
break;
case 'SXC':
coin_details.name = 'Sexcoin';
coin_details.explorer = 'http://blockexplorer.lavajumper.com/tx/';

View File

@ -10,6 +10,7 @@ coin_select_options = `<optgroup label="Crytpo Coins">
<option data-content="<img src='img/cryptologo/888.png' width='30px'/> OctoCoin (888)" data-tokens="OctoCoin 888">888</option>
<option data-content="<img src='img/cryptologo/arc.png' width='30px'/> ArcticCoin (ARC)" data-tokens="ArcticCoin ARC">ARC</option>
<option data-content="<img src='img/cryptologo/arg.png' width='30px'/> Argentum (ARG)" data-tokens="Argentum ARG">ARG</option>
<option data-content="<img src='img/cryptologo/bco.png' width='30px;'/> BridgeCoin (BCO)" data-tokens="BridgeCoin BCO">BCO</option>
<option data-content="<img src='img/cryptologo/bta.png' width='30px;'/> Bata (BTA)" data-tokens="Bata BTA">BTA</option>
<option data-content="<img src='img/cryptologo/bdl.png' width='30px;'/> Bitdeal (BDL)" data-tokens="Bitdeal BDL">BDL</option>
@ -26,17 +27,20 @@ coin_select_options = `<optgroup label="Crytpo Coins">
<option data-content="<img src='img/cryptologo/dgb.png' width='30px'/> Digibyte (DGB)" data-tokens="dgb digibyte">DGB</option>
<option data-content="<img src='img/cryptologo/doge.png' width='30px'/> Dogecoin (DOGE)" data-tokens="doge dogecoin">DOGE</option>
<option data-content="<img src='img/cryptologo/dsr.png' width='30px'/> Desire (DSR)" data-tokens="Desire dsr">DSR</option>
<option data-content="<img src='img/cryptologo/efl.png' width='30px'/> e-Gulden (EFL)" data-tokens="e-Gulden EFL">EFL</option>
<option data-content="<img src='img/cryptologo/emc2.png' width='30px'/> Einsteinium (EMC2)" data-tokens="emc2 einsteinium">EMC2</option>
<option data-content="<img src='img/cryptologo/erc.png' width='30px'/> EuropeCoin (ERC)" data-tokens="EuropeCoin ERC">ERC</option>
<option data-content="<img src='img/cryptologo/fair.png' width='30px'/> Faircoin (FAIR)" data-tokens="FAIR Faircoin">FAIR</option>
<option data-content="<img src='img/cryptologo/flo.png' width='30px'/> Florincoin (FLO)" data-tokens="Florincoin FLO">FLO</option>
<option data-content="<img src='img/cryptologo/game.png' width='30px'/> Gamecredits (GAME)" data-tokens="Gamecredits GAME">GAME</option>
<option data-content="<img src='img/cryptologo/gbx.png' width='30px'/> GoByte (GBX)" data-tokens="GoByte GBX">GBX</option>
<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/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>
<option data-content="<img src='img/cryptologo/iop.png' width='30px'/> Internet of People (IOP)" data-tokens="Internet of People IOP">IOP</option>
<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/mac.png' width='30px'/> Machinecoin (MAC)" data-tokens="Machinecoin MAC">MAC</option>