]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Add BitCloud and Megacoin
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index e3d0b4b4f8cfa06c418d8c3ea5604daeed14b111..b5d2366af9a190e9a623b79dc6d57041a2b739fa 100644 (file)
                 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",