Add BIP174 dependency
This commit is contained in:
parent
8bbe7c7178
commit
62f1749021
2 changed files with 6 additions and 0 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -199,6 +199,11 @@
|
||||||
"file-uri-to-path": "1.0.0"
|
"file-uri-to-path": "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"bip174": {
|
||||||
|
"version": "0.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/bip174/-/bip174-0.0.4.tgz",
|
||||||
|
"integrity": "sha512-KirRr35qCNih51thdf6klTevFTtm/cIw2iqumRgxtqFjNREFG78fFylfCkMM9aQdlYfSoj3sczxgXham0jZVnw=="
|
||||||
|
},
|
||||||
"bip32": {
|
"bip32": {
|
||||||
"version": "2.0.3",
|
"version": "2.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/bip32/-/bip32-2.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/bip32/-/bip32-2.0.3.tgz",
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "10.12.18",
|
"@types/node": "10.12.18",
|
||||||
"bech32": "^1.1.2",
|
"bech32": "^1.1.2",
|
||||||
|
"bip174": "0.0.4",
|
||||||
"bip32": "^2.0.3",
|
"bip32": "^2.0.3",
|
||||||
"bip66": "^1.1.0",
|
"bip66": "^1.1.0",
|
||||||
"bitcoin-ops": "^1.4.0",
|
"bitcoin-ops": "^1.4.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue