]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
add BTG (Bitcoin Gold/bgold)
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index f38aa3ce3bcaf537441ba5bc5dc3b1b891963505..391f40b88049acd1053aed0be293a13d46577dbf 100644 (file)
                 setHdCoin(1);
             },
         },
+        {
+            name: "BTG - Bitcoin Gold",
+            p2wpkhNestedInP2shAvailable: true,
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.bgold;
+                setHdCoin(0);
+            },
+        },
         {
             name: "CLAM - Clams",
             p2wpkhNestedInP2shAvailable: false,