From aeb7bf2c68b3e60e81bdade4b16808ed2e20a134 Mon Sep 17 00:00:00 2001 From: abhishandy Date: Fri, 24 Feb 2023 12:32:35 -0500 Subject: [PATCH] chore: use bip47 from the original repo --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 251f3eecc..71e618c7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@react-navigation/drawer": "5.12.9", "@react-navigation/native": "5.9.8", "@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", "assert": "2.0.0", "base-x": "3.0.9", @@ -31291,7 +31291,7 @@ "@spsina/bip47": { "version": "git+ssh://git@github.com/abhishandy/bip47.git#1abcd4c20a387e43ed55bacc52726690bf417559", "integrity": "sha512-lsgEpiEMDgpiYOA2kizOwiSS3vjTeLe2VnkOTIGnJ7Eu7Mkgl9dLES7oSLAjY64aQXr0VolqCRciRDc2nAC++w==", - "from": "@spsina/bip47@github:abhishandy/bip47#1abcd4c20a387e43ed55bacc52726690bf417559", + "from": "@spsina/bip47@1.0.1", "requires": { "bip32": "^3.0.1", "bip39": "^3.0.4", diff --git a/package.json b/package.json index d0675f6d0..ff0b2f81e 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@react-navigation/drawer": "5.12.9", "@react-navigation/native": "5.9.8", "@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", "assert": "2.0.0", "base-x": "3.0.9",