latest osx mm, HODLC renamed to HODL

This commit is contained in:
satindergrewal 2017-12-14 23:42:54 +13:00
parent 2eafcd37b9
commit aa712db777
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -127,8 +127,8 @@ function return_coin_details(coin) {
coin_details.name = 'COQUI'; coin_details.name = 'COQUI';
coin_details.explorer = 'https://explorer.coqui.cash/tx/'; coin_details.explorer = 'https://explorer.coqui.cash/tx/';
break; break;
case 'HODLC': case 'HODL':
coin_details.name = 'HODLC'; coin_details.name = 'HODL';
coin_details.explorer = 'http://HODL.explorer.supernet.org/tx/'; coin_details.explorer = 'http://HODL.explorer.supernet.org/tx/';
break; break;
case 'MSHARK': case 'MSHARK':

View File

@ -71,7 +71,7 @@ coin_select_options = `<optgroup label="Crytpo Coins">
<option data-content="<img src='img/cryptologo/coqui.png' width='30px;'/> COQUI (COQUI)" data-tokens="COQUI COQUI">COQUI</option> <option data-content="<img src='img/cryptologo/coqui.png' width='30px;'/> COQUI (COQUI)" data-tokens="COQUI COQUI">COQUI</option>
<option data-content="<img src='img/cryptologo/crypto.png' width='30px'/> Crypto777 (CRYPTO)" data-tokens="Crypto777 CRYPTO">CRYPTO</option> <option data-content="<img src='img/cryptologo/crypto.png' width='30px'/> Crypto777 (CRYPTO)" data-tokens="Crypto777 CRYPTO">CRYPTO</option>
<option data-content="<img src='img/cryptologo/dex.png' width='30px;'/> InstantDEX (DEX)" data-tokens="InstantDEX DEX">DEX</option> <option data-content="<img src='img/cryptologo/dex.png' width='30px;'/> InstantDEX (DEX)" data-tokens="InstantDEX DEX">DEX</option>
<option data-content="<img src='img/cryptologo/hodlc.png' width='30px'/> HODLC (HODLC)" data-tokens="HODLC HODLC">HODLC</option> <option data-content="<img src='img/cryptologo/hodlc.png' width='30px'/> HODL (HODL)" data-tokens="HODL HODL">HODL</option>
<option data-content="<img src='img/cryptologo/jumblr.png' width='30px;'/> Jumblr (JUMBLR)" data-tokens="Jumblr JUMBLR">JUMBLR</option> <option data-content="<img src='img/cryptologo/jumblr.png' width='30px;'/> Jumblr (JUMBLR)" data-tokens="Jumblr JUMBLR">JUMBLR</option>
<option data-content="<img src='img/cryptologo/kv.png' width='30px'/> KeyValue (KV)" data-tokens="KeyValue KV">KV</option> <option data-content="<img src='img/cryptologo/kv.png' width='30px'/> KeyValue (KV)" data-tokens="KeyValue KV">KV</option>
<option data-content="<img src='img/cryptologo/mesh.png' width='30px'/> SuperMesh (MESH)" data-tokens="SuperMesh MESH">MESH</option> <option data-content="<img src='img/cryptologo/mesh.png' width='30px'/> SuperMesh (MESH)" data-tokens="SuperMesh MESH">MESH</option>