]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Merge pull request #213 from charlesrocket/upd-axe
authoriancoleman <1281387+iancoleman@users.noreply.github.com>
Wed, 9 May 2018 22:41:16 +0000 (08:41 +1000)
committerGitHub <noreply@github.com>
Wed, 9 May 2018 22:41:16 +0000 (08:41 +1000)
update AXE network

src/js/bitcoinjs-extensions.js
src/js/index.js

index 079e36a3309666371ea85d98997b1d0c523c3abc..904787400c3a3b7281c6cb295b8cf4906424ff18 100644 (file)
@@ -114,9 +114,9 @@ bitcoinjs.bitcoin.networks.axe = {
     public: 0x0488b21e,
     private: 0x0488ade4
   },
-  pubKeyHash: 0x4B,
-  scriptHash: 0xCB, // TODO set this correctly
-  wif: 0xCB
+  pubKeyHash: 0x37,
+  scriptHash: 0x10, // TODO set this correctly
+  wif: 0xcc
 };
 
 bitcoinjs.bitcoin.networks.slimcoin = {
index 483a694987e56797ecc0b405b7db98c77eded4f6..9d34563cf4e0cefdf880b23f278742e3c4326a4d 100644 (file)
             segwitAvailable: false,
             onSelect: function() {
                 network = bitcoinjs.bitcoin.networks.axe;
-                setHdCoin(0);
+                setHdCoin(4242);
             },
         },
         {