]> 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 d969c6700be78367afa09d124cdfb095783e050d..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,