From: Ian Coleman Date: Mon, 26 Mar 2018 23:32:19 +0000 (+1100) Subject: Order Neblio coin alphabetically X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=db37d63919f1812dd5904b043e5b727bb1591500 Order Neblio coin alphabetically --- diff --git a/src/js/index.js b/src/js/index.js index 1a1fea2..a10d99d 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1611,14 +1611,6 @@ setHdCoin(116); }, }, - { - name: "NEBL - Neblio", - segwitAvailable: false, - onSelect: function() { - network = bitcoinjs.bitcoin.networks.neblio; - setHdCoin(146); - }, - }, { name: "DOGE - Dogecoin", segwitAvailable: false, @@ -1692,6 +1684,14 @@ setHdCoin(22); }, }, + { + name: "NEBL - Neblio", + segwitAvailable: false, + onSelect: function() { + network = bitcoinjs.bitcoin.networks.neblio; + setHdCoin(146); + }, + }, { name: "NMC - Namecoin", segwitAvailable: false,