d3ca87a78b
* Add WebLN for sending payments * attach docs for alby --------- Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com> Co-authored-by: keyan <keyan.kousha+huumn@gmail.com>
10 lines
381 B
JavaScript
10 lines
381 B
JavaScript
import * as nwc from 'wallets/nwc/client'
|
|
import * as lnbits from 'wallets/lnbits/client'
|
|
import * as lnc from 'wallets/lnc/client'
|
|
import * as lnAddr from 'wallets/lightning-address/client'
|
|
import * as cln from 'wallets/cln/client'
|
|
import * as lnd from 'wallets/lnd/client'
|
|
import * as webln from 'wallets/webln/client'
|
|
|
|
export default [nwc, lnbits, lnc, lnAddr, cln, lnd, webln]
|