File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
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.82 ):
323+ - react-native-ldk (0.0.83 ):
324324 - React
325325 - react-native-libsodium (0.0.1):
326326 - React-Core
@@ -808,7 +808,7 @@ SPEC CHECKSUMS:
808808 react-native-document-picker: f68191637788994baed5f57d12994aa32cf8bf88
809809 react-native-flipper: 7eeb9b59b667dd0619372c7349cf7c78032d1de2
810810 react-native-image-picker: 4bc9ed38c8be255b515d8c88babbaf74973f91a8
811- react-native-ldk: 32e1bcb49b7fdb2dc381ee8cb53fd3cb3c1a5f49
811+ react-native-ldk: f9cbe8be61991389bca0ceb582f322745606ea75
812812 react-native-libsodium: f4eba037c4ddf73f86b08075452cacb957256147
813813 react-native-mmkv: 1265a348a4711097ba29c8bcefd5971f48220f2b
814814 react-native-netinfo: 1a6035d3b9780221d407c277ebfb5722ace00658
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.49" ,
51- "@synonymdev/react-native-ldk" : " 0.0.82 " ,
51+ "@synonymdev/react-native-ldk" : " ^ 0.0.83 " ,
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 @@ -200,9 +200,9 @@ export const setupLdk = async ({
200200 account : account . value ,
201201 getFees : ( ) =>
202202 Promise . resolve ( {
203- highPriority : fees . fast * 1000 ,
204- normal : fees . normal * 1000 ,
205- background : fees . slow * 1000 ,
203+ highPriority : fees . fast ,
204+ normal : fees . normal ,
205+ background : fees . slow ,
206206 } ) ,
207207 network,
208208 getBestBlock,
Original file line number Diff line number Diff line change 21102110 cross-fetch "^3.1.4"
21112111 node-fetch "3.1.1"
21122112
2113- "@synonymdev/
[email protected] .
82 ":
2114- version "0.0.82 "
2115- resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.82 .tgz#656379f257ba321831b59a3455cd99d7752f9e51 "
2116- integrity sha512-vB80VE+bbzppsKunOAFl0z1GR3Sgaezh+ne5ukYsFN2p73nvdA4eMbSIYptR2GJEW+p/ShwfIrOYBcRBSK2cUg ==
2113+ "@synonymdev/react-native-ldk@^ 0.0.83 ":
2114+ version "0.0.83 "
2115+ resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.83 .tgz#4f64d6a968121b6396c78cfc0ca9bf52a3b6bec3 "
2116+ integrity sha512-eJXWKxw0fO0Ih1CKfJQZte2EUc5LY4azyw8A2+fa2mONIqXtL/ULZKJwvsfeMHZ20f44mHVkzwONU/iJzeBAkA ==
21172117 dependencies:
21182118 bitcoinjs-lib "^6.0.2"
21192119
You can’t perform that action at this time.
0 commit comments