]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
AXE support
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index 01543f9545dbcd64222755c859f2be902d8102d7..ec736284ba7ec82f985d2918aa91ce7db520bc8f 100644 (file)
     }
 
     var networks = [
+        {
+            name: "AXE - Axe",
+            segwitAvailable: false,
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.axe;
+                setHdCoin(0);
+            },
+        },
         {
             name: "BCH - Bitcoin Cash",
             segwitAvailable: false,