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
|
|
@ -11,6 +11,7 @@ import inforu from './inforu'
|
|||
import infura from './infura'
|
||||
import _itbit from './itbit'
|
||||
import _kraken from './kraken'
|
||||
import lnbits from './lnbits'
|
||||
import mailgun from './mailgun'
|
||||
import scorechain from './scorechain'
|
||||
import sumsub from './sumsub'
|
||||
|
|
@ -31,6 +32,7 @@ const schemas = (markets = {}) => {
|
|||
return {
|
||||
[bitgo.code]: bitgo,
|
||||
[galoy.code]: galoy,
|
||||
[lnbits.code]: lnbits,
|
||||
[bitstamp.code]: bitstamp,
|
||||
[blockcypher.code]: blockcypher,
|
||||
[elliptic.code]: elliptic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue