]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Merge pull request #263 from skironDotNet/bitcoin-green
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index b5d2366af9a190e9a623b79dc6d57041a2b739fa..85639a0a5527f5309e09f4dfabb5771368f05008 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",
                 network = bitcoinjs.bitcoin.networks.testnet;
                 setHdCoin(1);
             },
+        },
+               {
+            name: "BITG - Bitcoin Green",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.bitcoingreen;
+                setHdCoin(222);
+            },
         },
         {
             name: "BTCP - Bitcoin Private",