]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - bip39-standalone.html
Add GAME support
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / bip39-standalone.html
index 1fd175d522fd845a95a80f3401afce3f5d818e7e..a7d6ce9dbb594de298cecfe9847a9b36af1340d6 100644 (file)
@@ -17896,6 +17896,16 @@ bitcoin.networks.dash = {
   wif: 0xcc,
 };
 
+bitcoin.networks.game = {
+  bip32: {
+    public: 0x0488b21e,
+    private: 0x0488ade4
+  },
+  pubKeyHash: 0x26,
+  scriptHash: 0x05,
+  wif: 0xa6,
+};
+
 bitcoin.networks.namecoin = {
   bip32: {
     public: 0x0488b21e,
@@ -42780,6 +42790,13 @@ window.Entropy = new (function() {
                 DOM.bip44coin.val(60);
             },
         },
+        {
+            name: "GAME",
+            onSelect: function() {
+                network = bitcoin.networks.game;
+                DOM.bip44coin.val(101);
+            },
+        },
         {
             name: "Jumbucks",
             onSelect: function() {