Use bip174@1.0.0
This commit is contained in:
parent
1c5b0025c8
commit
acf59f167c
2 changed files with 4 additions and 3 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -200,8 +200,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bip174": {
|
"bip174": {
|
||||||
"version": "git+https://github.com/bitcoinjs/bip174.git#5137e367c7a3a4e281ee01574f88977cdd4be896",
|
"version": "1.0.0",
|
||||||
"from": "git+https://github.com/bitcoinjs/bip174.git#interface"
|
"resolved": "https://registry.npmjs.org/bip174/-/bip174-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-AaoWrkYtv6A2y8H+qzs6NvRWypzNbADT8PQGpM9rnP+jLzeol+uzhe3Myeuq/dwrHYtmsW8V71HmX2oXhQGagw=="
|
||||||
},
|
},
|
||||||
"bip32": {
|
"bip32": {
|
||||||
"version": "2.0.3",
|
"version": "2.0.3",
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "10.12.18",
|
"@types/node": "10.12.18",
|
||||||
"bech32": "^1.1.2",
|
"bech32": "^1.1.2",
|
||||||
"bip174": "git+https://github.com/bitcoinjs/bip174.git#interface",
|
"bip174": "^1.0.0",
|
||||||
"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