]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
update AXE network values
author-k <slowdive@me.com>
Wed, 9 May 2018 15:12:00 +0000 (11:12 -0400)
committer-k <slowdive@me.com>
Wed, 9 May 2018 15:12:00 +0000 (11:12 -0400)
src/js/bitcoinjs-extensions.js

index 8fc2d148f30063502ac130e441fab1f1bd604a03..bc5ef01e08a662e441924d7268a32a3f1c8d1dc0 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 = {