add ArtByte (ABY)

This commit is contained in:
cipig 2018-01-18 17:46:57 +01:00
parent a17bdc0b2d
commit 0faf912d0e
4 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -11,6 +11,10 @@ function return_coin_details(coin) {
coin_details.name = 'Chips';
coin_details.explorer = 'https://explorer.chips.cash/tx/';
break;
case 'ABY':
coin_details.name = 'ArtByte';
coin_details.explorer = 'http://explorer.artbyte.me/tx/';
break;
case 'BTC':
coin_details.name = 'Bitcoin';
coin_details.explorer = 'https://www.blocktrail.com/BTC/tx/';

View File

@ -8,6 +8,7 @@ coin_select_options = `<optgroup label="Crytpo Coins">
<option data-content="<img src='img/cryptologo/chips.png' width='30px;'/> CHIPS (CHIPS)" data-tokens="CHIPS CHIPS ">CHIPS</option>
<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/aby.png' width='30px'/> ArtByte (ABY)" data-tokens="ArtByte ABY">ABY</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>