feat: integrate LNBits wallet schema and configuration
- Added LNBits wallet schema to the admin UI, including validation and input components. - Updated the services index to include LNBits in the available wallet options. - Enhanced the wallet selection component to handle LNBits configuration input.
This commit is contained in:
parent
0f64df1d69
commit
ee625a91e9
4 changed files with 53 additions and 1 deletions
|
|
@ -103,6 +103,7 @@ const ALL_ACCOUNTS = [
|
|||
cryptos: [BTC, ZEC, LTC, BCH, DASH],
|
||||
},
|
||||
{ code: 'galoy', display: 'Galoy', class: WALLET, cryptos: [LN] },
|
||||
{ code: 'lnbits', display: 'LNBits', class: WALLET, cryptos: [LN] },
|
||||
{
|
||||
code: 'bitstamp',
|
||||
display: 'Bitstamp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue