Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ android/app/release/

# Optimized SVGs
src/assets/svgs/optimized/

#AI
CLAUDE.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@reduxjs/toolkit": "2.2.6",
"@shopify/react-native-skia": "next",
"@synonymdev/blocktank-lsp-http-client": "2.5.0",
"@synonymdev/react-native-ldk": "0.0.161",
"@synonymdev/react-native-ldk": "0.0.163",
"@synonymdev/react-native-lnurl": "0.0.10",
"@synonymdev/react-native-pubky": "^0.3.0",
"@synonymdev/result": "0.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4585,16 +4585,16 @@ __metadata:
languageName: node
linkType: hard

"@synonymdev/react-native-ldk@npm:0.0.161":
version: 0.0.161
resolution: "@synonymdev/react-native-ldk@npm:0.0.161"
"@synonymdev/react-native-ldk@npm:0.0.163":
version: 0.0.163
resolution: "@synonymdev/react-native-ldk@npm:0.0.163"
dependencies:
"@synonymdev/raw-transaction-decoder": 1.1.0
bech32: ^2.0.0
bitcoinjs-lib: ^6.0.2
peerDependencies:
react-native: "*"
checksum: a111ba875e97e6ac68eeb321efa7c3766f74e10678f8ca9ed9ef67303ec06ca24a7065e7729430b997a80918a70926e4a50ebc20fae8e3d2a30d86bddbdcf3c9
checksum: 38d47d8c6ff339834fe7bc139cef6e9f52dabbe44eda1afa1cc67023a780a0770f1e03666b566f6267c85e7a7bdd21a23c2ed86090ee4badc1be27f4b0093085
languageName: node
linkType: hard

Expand Down Expand Up @@ -5826,7 +5826,7 @@ __metadata:
"@reduxjs/toolkit": 2.2.6
"@shopify/react-native-skia": next
"@synonymdev/blocktank-lsp-http-client": 2.5.0
"@synonymdev/react-native-ldk": 0.0.161
"@synonymdev/react-native-ldk": 0.0.163
"@synonymdev/react-native-lnurl": 0.0.10
"@synonymdev/react-native-pubky": ^0.3.0
"@synonymdev/result": 0.0.2
Expand Down
Loading