]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/bitcoinjs-extensions.js
Merge branch 'master' of github.com:iancoleman/bip39
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / bitcoinjs-extensions.js
index b20d6df703805479c5f521e371ebb4117f9db22d..c2f278205fde5141c3aab0d7d7ba1e30c9b1538d 100644 (file)
@@ -104,7 +104,7 @@ bitcoinjs.bitcoin.networks.peercoin = {
     private: 0x0488ade4
   },
   pubKeyHash: 0x37,
-  scriptHash: 0x00, // TODO set this correctly
+  scriptHash: 0x75,
   wif: 0xb7
 };
 
@@ -1485,4 +1485,15 @@ bitcoinjs.bitcoin.networks.litecoinz = {
   pubKeyHash: 0x0AB3,
   scriptHash: 0x0AB8,
   wif:  0x80,
+};
+
+bitcoinjs.bitcoin.networks.blockstamp = {
+  messagePrefix: '\x18BlockStamp Signed Message:\n',
+  bip32: {
+    public: 0x0488B21E,
+    private: 0x0488ADE4,
+  },
+  pubKeyHash: 0x00,
+  scriptHash: 0x05,
+  wif:  0x80,
 };
\ No newline at end of file