feat: Add Strike Wallet Integration (#3150)

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
Sat
2025-05-20 11:51:05 +03:00
committed by GitHub
co-authored by Vlad Stan
parent 34b8490a2d
commit 00fccf513e
6 changed files with 571 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -197,6 +197,14 @@ window.app.component('lnbits-funding-sources', {
breez_greenlight_device_cert: 'Greenlight Device Cert',
breez_greenlight_invite_code: 'Greenlight Invite Code'
}
],
[
'StrikeWallet',
'Strike (alpha)',
{
strike_api_endpoint: 'API Endpoint',
strike_api_key: 'API Key'
}
]
]
}