]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Add ANON
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index e3d0b4b4f8cfa06c418d8c3ea5604daeed14b111..1fc0586106a5dd3b36b62478f2ef9aefd9285995 100644 (file)
                 network = bitcoinjs.bitcoin.networks.axe;
                 setHdCoin(4242);
             },
+               },
+               {
+            name: "ANON - ANON",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.anon;
+                setHdCoin(220);
+            },
         },
         {
             name: "BCA - Bitcoin Atom",
                 setHdCoin(177);
             },
         },
+        {
+            name: "BTDX - BitCloud",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.bitcloud;
+                setHdCoin(218);
+            },
+        },
         {
             name: "BTG - Bitcoin Gold",
             onSelect: function() {
                 setHdCoin(13);
             },
         },
+        {
+            name: "MEC - Megacoin",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.megacoin;
+                setHdCoin(217);
+            },
+        },
         {
             name: "MIX - MIX",
             segwitAvailable: false,
                 network = bitcoinjs.bitcoin.networks.wincoin;
                 setHdCoin(181);
             },
+        },
+               {
+            name: "XAX - Artax",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.artax;
+                setHdCoin(219);
+            },
         },
         {
             name: "XBC - Bitcoinplus",