From: Ian Coleman Date: Thu, 13 Jun 2019 02:40:34 +0000 (+1000) Subject: Order networks alphabetically X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=e33f4b2704422cb06d54fe23942d5650e247e9ef Order networks alphabetically --- diff --git a/src/js/index.js b/src/js/index.js index 8e6b106..0648cb3 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2317,6 +2317,13 @@ setHdCoin(22); }, }, + { + name: "MONK - Monkey Project", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.monkey; + setHdCoin(214); + }, + }, { name: "MUSIC - Musicoin", segwitAvailable: false, @@ -2832,13 +2839,6 @@ setHdCoin(121); }, }, - { - name: "MONK - Monkey Project", - onSelect: function() { - network = bitcoinjs.bitcoin.networks.monkey; - setHdCoin(214); - }, - } ] var clients = [