add BitBay (BAY)

This commit is contained in:
cipig 2018-02-07 00:46:05 +01:00
parent 602be8ffe4
commit 45200f620a
4 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -15,6 +15,10 @@ function return_coin_details(coin) {
coin_details.name = 'ArtByte';
coin_details.explorer = 'http://explorer.artbyte.me/tx/';
break;
case 'BAY':
coin_details.name = 'BitBay';
coin_details.explorer = 'https://chainz.cryptoid.info/bay/tx.dws?';
break;
case 'BTC':
coin_details.name = 'Bitcoin';
coin_details.explorer = 'https://www.blocktrail.com/BTC/tx/';

View File

@ -14,6 +14,7 @@ coin_select_options = `<optgroup label="Crytpo Coins">
<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/bay.png' width='30px'/> BitBay (BAY)" data-tokens="BitBay BAY">BAY</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>