]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/bitcoinjs-extensions.js
Merge branch 'master' into bitcoin-green
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / bitcoinjs-extensions.js
index 069c8d9cd7d70f9f8a5dca9d3a9f75bf80177870..fef567a9574490d00e08787581cea945f377d612 100644 (file)
@@ -1375,3 +1375,25 @@ bitcoinjs.bitcoin.networks.artax = {
   scriptHash: 0x1CBD,
   wif: 0x97,
 };
+
+bitcoinjs.bitcoin.networks.bitcoingreen = {
+  messagePrefix: '\x18BitcoinGreen Signed Message:\n',
+  bip32: {
+    public: 0x0488B21E,
+    private: 0x0488ADE4,
+  },
+  pubKeyHash: 0x26,
+  scriptHash: 0x1CBD,
+  wif:  0x2E,
+};
+
+bitcoinjs.bitcoin.networks.anon = {
+       messagePrefix: '\x18ANON Signed Message:\n',
+       bip32: {
+               public: 0x0488b21e,
+               private: 0x0488ade4
+       },
+       pubKeyHash: 0x0582,
+       scriptHash: 0x5389,
+       wif: 0x80
+};
\ No newline at end of file