mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
chore: use bip47 from the original repo
This commit is contained in:
parent
5bd79ab64f
commit
aeb7bf2c68
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -21,7 +21,7 @@
|
||||||
"@react-navigation/drawer": "5.12.9",
|
"@react-navigation/drawer": "5.12.9",
|
||||||
"@react-navigation/native": "5.9.8",
|
"@react-navigation/native": "5.9.8",
|
||||||
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",
|
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",
|
||||||
"@spsina/bip47": "github:abhishandy/bip47#1abcd4c20a387e43ed55bacc52726690bf417559",
|
"@spsina/bip47": "1.0.1",
|
||||||
"aez": "1.0.1",
|
"aez": "1.0.1",
|
||||||
"assert": "2.0.0",
|
"assert": "2.0.0",
|
||||||
"base-x": "3.0.9",
|
"base-x": "3.0.9",
|
||||||
|
@ -31291,7 +31291,7 @@
|
||||||
"@spsina/bip47": {
|
"@spsina/bip47": {
|
||||||
"version": "git+ssh://git@github.com/abhishandy/bip47.git#1abcd4c20a387e43ed55bacc52726690bf417559",
|
"version": "git+ssh://git@github.com/abhishandy/bip47.git#1abcd4c20a387e43ed55bacc52726690bf417559",
|
||||||
"integrity": "sha512-lsgEpiEMDgpiYOA2kizOwiSS3vjTeLe2VnkOTIGnJ7Eu7Mkgl9dLES7oSLAjY64aQXr0VolqCRciRDc2nAC++w==",
|
"integrity": "sha512-lsgEpiEMDgpiYOA2kizOwiSS3vjTeLe2VnkOTIGnJ7Eu7Mkgl9dLES7oSLAjY64aQXr0VolqCRciRDc2nAC++w==",
|
||||||
"from": "@spsina/bip47@github:abhishandy/bip47#1abcd4c20a387e43ed55bacc52726690bf417559",
|
"from": "@spsina/bip47@1.0.1",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bip32": "^3.0.1",
|
"bip32": "^3.0.1",
|
||||||
"bip39": "^3.0.4",
|
"bip39": "^3.0.4",
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
"@react-navigation/drawer": "5.12.9",
|
"@react-navigation/drawer": "5.12.9",
|
||||||
"@react-navigation/native": "5.9.8",
|
"@react-navigation/native": "5.9.8",
|
||||||
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",
|
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",
|
||||||
"@spsina/bip47": "github:abhishandy/bip47#1abcd4c20a387e43ed55bacc52726690bf417559",
|
"@spsina/bip47": "1.0.1",
|
||||||
"aez": "1.0.1",
|
"aez": "1.0.1",
|
||||||
"assert": "2.0.0",
|
"assert": "2.0.0",
|
||||||
"base-x": "3.0.9",
|
"base-x": "3.0.9",
|
||||||
|
|
Loading…
Add table
Reference in a new issue