File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ PODS:
320320 - React-Core
321321 - react-native-image-picker (4.10.0):
322322 - React-Core
323- - react-native-ldk (0.0.87 ):
323+ - react-native-ldk (0.0.88 ):
324324 - React
325325 - react-native-libsodium (0.0.1):
326326 - React-Core
@@ -813,7 +813,7 @@ SPEC CHECKSUMS:
813813 react-native-document-picker: f68191637788994baed5f57d12994aa32cf8bf88
814814 react-native-flipper: 7eeb9b59b667dd0619372c7349cf7c78032d1de2
815815 react-native-image-picker: 4bc9ed38c8be255b515d8c88babbaf74973f91a8
816- react-native-ldk: b9b34c15067689e5aa7aef92ce278454b000ac39
816+ react-native-ldk: e9021dac38a9b02194df3b409f4baed69f114b3c
817817 react-native-libsodium: f4eba037c4ddf73f86b08075452cacb957256147
818818 react-native-mmkv: 1265a348a4711097ba29c8bcefd5971f48220f2b
819819 react-native-netinfo: 1a6035d3b9780221d407c277ebfb5722ace00658
@@ -860,4 +860,4 @@ SPEC CHECKSUMS:
860860
861861PODFILE CHECKSUM: a0cdae2b34e1f0caa9c485e11d315a325acc1c91
862862
863- COCOAPODS: 1.11.3
863+ COCOAPODS: 1.12.0
Original file line number Diff line number Diff line change 4848 "@reduxjs/toolkit" : " ^1.9.1" ,
4949 "@shopify/react-native-skia" : " 0.1.141" ,
5050 "@synonymdev/blocktank-client" : " 0.0.50" ,
51- "@synonymdev/react-native-ldk" : " 0.0.87 " ,
51+ "@synonymdev/react-native-ldk" : " 0.0.88 " ,
5252 "@synonymdev/react-native-lnurl" : " 0.0.3" ,
5353 "@synonymdev/result" : " 0.0.2" ,
5454 "@synonymdev/slashtags-auth" : " ^1.0.0-alpha.5" ,
Original file line number Diff line number Diff line change @@ -1098,7 +1098,7 @@ export const payLightningInvoice = async (
10981098 const payResponse = await lm . payWithTimeout ( {
10991099 paymentRequest : invoice ,
11001100 amountSats : sats ?? 0 ,
1101- timeout : 30000 ,
1101+ timeout : 60000 ,
11021102 } ) ;
11031103 if ( payResponse . isErr ( ) ) {
11041104 return err ( payResponse . error . message ) ;
Original file line number Diff line number Diff line change 21202120 cross-fetch "^3.1.4"
21212121 node-fetch "3.1.1"
21222122
2123- "@synonymdev/
[email protected] .
87 ":
2124- version "0.0.87 "
2125- resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.87 .tgz#3b16441b5e00d0fe0665a24c22a4c39baceac1fe "
2126- integrity sha512-F7TK6qLpA6I5lF49QGchA5jNGKiyGhIto/tgVgWjeum5TcYAD8QCpmjNiTP/ETNWPYIIkQs+b4IkzZ75PzGIpQ ==
2123+ "@synonymdev/
[email protected] .
88 ":
2124+ version "0.0.88 "
2125+ resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.88 .tgz#c041e5b9cddcdd2ae330d14097a55f5c0faa807d "
2126+ integrity sha512-j0Un/5Cl9xnAmCVYO//BxGwNK0+tpUHgqstrLq3wM8hm/mZmCIWMYTtvY9J1OhIYBLP1ASfFGydyM8Rq9BO5bA ==
21272127 dependencies:
21282128 bitcoinjs-lib "^6.0.2"
21292129
You can’t perform that action at this time.
0 commit comments