This repository was archived by the owner on Feb 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 deriveLinkingKeys ,
44 getLNURLParams ,
55 signK1 ,
6- LNURLAuthParams ,
76} from '@synonymdev/react-native-lnurl' ;
7+ import { LNURLAuthParams } from 'js-lnurl' ;
8+
89import { EAvailableNetworks } from '@synonymdev/react-native-lnurl/dist/utils/types' ;
910
1011const mnemonic =
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ import {
33 createPayRequestUrl ,
44 createWithdrawCallbackUrl ,
55 lnurlAuth as lnAuth ,
6+ } from '@synonymdev/react-native-lnurl' ;
7+ import {
68 LNURLAuthParams ,
79 LNURLChannelParams ,
810 LNURLPayParams ,
911 LNURLWithdrawParams ,
10- } from '@synonymdev/react-native -lnurl' ;
12+ } from 'js -lnurl' ;
1113import { err , ok , Result } from '@synonymdev/result' ;
1214
1315import {
Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ import { address as bitcoinJSAddress } from 'bitcoinjs-lib';
77import { err , ok , Result } from '@synonymdev/result' ;
88import SDK from '@synonymdev/slashtags-sdk' ;
99import { TInvoice } from '@synonymdev/react-native-ldk' ;
10+ import { getLNURLParams } from '@synonymdev/react-native-lnurl' ;
11+
1012import {
11- getLNURLParams ,
1213 LNURLAuthParams ,
1314 LNURLChannelParams ,
1415 LNURLPayParams ,
1516 LNURLResponse ,
1617 LNURLWithdrawParams ,
17- } from '@synonymdev/react-native -lnurl' ;
18+ } from 'js -lnurl' ;
1819
1920import {
2021 getOnchainTransactionData ,
You can’t perform that action at this time.
0 commit comments