add CrowdCoin (CRC)

This commit is contained in:
cipig 2018-01-27 16:38:08 +01:00
parent 74f94420b2
commit 4e56d4edf3
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -223,6 +223,10 @@ function return_coin_details(coin) {
coin_details.name = 'BTCH';
coin_details.explorer = 'http://btch.explorer.supernet.org/tx/';
break;
case 'CRC':
coin_details.name = 'CrowdCoin';
coin_details.explorer = 'http://explorer.cryptopros.us/tx/';
break;
case 'CRW':
coin_details.name = 'Crown';
coin_details.explorer = 'https://chainz.cryptoid.info/crw/tx.dws?';

View File

@ -24,7 +24,7 @@ coin_select_options = `<optgroup label="Crytpo Coins">
<option data-content="<img src='img/cryptologo/btg.png' width='30px'/> Bitcoin Gold (BTG)" data-tokens="Bitcoin Gold BTG">BTG</option>
<option data-content="<img src='img/cryptologo/blk.png' width='30px'/> BlackCoin (BLK)" data-tokens="BlackCoin BLK">BLK</option>
<option data-content="<img src='img/cryptologo/block.png' width='30px'/> Blocknet (BLOCK)" data-tokens="Blocknet BLOCK">BLOCK</option>
<option data-content="<img src='img/cryptologo/crc.png' width='30px'/> CrowdCoin (CRC)" data-tokens="CrowdCoin CRC">CRC</option>
<option data-content="<img src='img/cryptologo/crw.png' width='30px'/> Crown (CRW)" data-tokens="crw crown ">CRW</option>
<option data-content="<img src='img/cryptologo/crea.png' width='30px'/> Creativecoin (CREA)" data-tokens="Creativecoin CREA">CREA</option>
<option data-content="<img src='img/cryptologo/dash.png' width='30px'/> Dash (DASH)" data-tokens="dash">DASH</option>