Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@samouraiwallet/bip47

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samouraiwallet/bip47 - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

samouraiwallet-bip47-0.6.3.tgz

4

CHANGELOG.md
# Changelog
## v0.6.2
### Bugfixes
- fixed broken bitcoin networks object
## v0.6.2
### Features

@@ -5,0 +9,0 @@ - updated dependencies

26

dist/utils.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc