-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add strike backend #186
Conversation
73f9991
to
25a35fe
Compare
25a35fe
to
bea0431
Compare
8d072ee
to
85fbfef
Compare
@@ -404,7 +404,7 @@ func (svc *AlbyOAuthService) ListTransactions(ctx context.Context, senderPubkey | |||
endpoint += "/outgoing" | |||
} | |||
|
|||
requestUrl := fmt.Sprintf("%s%s?%s", svc.cfg.AlbyAPIURL, endpoint, urlParams.Encode()) | |||
requestUrl := fmt.Sprintf("%s%s?%s", svc.cfg.OAuthAPIURL, endpoint, urlParams.Encode()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
careful this would break the current deployment.
can you take care that the deployment is properly configured.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will take care of it once this is merged 👍
We should drop this, since any update or change should be done from now on in https://github.com/getAlby/nwc.getalby.com/tree/feat/strike, since that one will be deployed on https://strike-nwc.albylabs.com/ |
I agree, closing for now CC @im-adithya |
Description
Adds support for Strike as a backend for NWC.
Supports
get_balance
,get_info
,make_invoice
,pay_invoice
Tested using alby-js-sdk