@samouraiwallet/bip47
Advanced tools
Comparing version 0.6.2 to 0.6.3
# Changelog | ||
## v0.6.2 | ||
### Bugfixes | ||
- fixed broken bitcoin networks object | ||
## v0.6.2 | ||
### Features | ||
@@ -5,0 +9,0 @@ - updated dependencies |
@@ -6,7 +6,7 @@ import createHash from 'create-hash'; | ||
bitcoin: { | ||
messagePrefix: '\u0018Bitcoin Signed Message:\n', | ||
messagePrefix: '\x18Bitcoin Signed Message:\n', | ||
bech32: 'bc', | ||
bip32: { | ||
public: 0x0488B21E, | ||
private: 0x0488ADE4, | ||
public: 0x0488b21e, | ||
private: 0x0488ade4, | ||
}, | ||
@@ -18,22 +18,22 @@ pubKeyHash: 0x00, | ||
regtest: { | ||
messagePrefix: '\u0018Bitcoin Signed Message:\n', | ||
messagePrefix: '\x18Bitcoin Signed Message:\n', | ||
bech32: 'bcrt', | ||
bip32: { | ||
public: 0x043587CF, | ||
public: 0x043587cf, | ||
private: 0x04358394, | ||
}, | ||
pubKeyHash: 0x6F, | ||
scriptHash: 0xC4, | ||
wif: 0xEF, | ||
pubKeyHash: 0x6f, | ||
scriptHash: 0xc4, | ||
wif: 0xef, | ||
}, | ||
testnet: { | ||
messagePrefix: '\u0018Bitcoin Signed Message:\n', | ||
messagePrefix: '\x18Bitcoin Signed Message:\n', | ||
bech32: 'tb', | ||
bip32: { | ||
public: 0x043587CF, | ||
public: 0x043587cf, | ||
private: 0x04358394, | ||
}, | ||
pubKeyHash: 0x6F, | ||
scriptHash: 0xC4, | ||
wif: 0xEF, | ||
pubKeyHash: 0x6f, | ||
scriptHash: 0xc4, | ||
wif: 0xef, | ||
} | ||
@@ -40,0 +40,0 @@ }; |
{ | ||
"name": "@samouraiwallet/bip47", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=14.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
40165