feat: finish alby wallet

This commit is contained in:
2024-01-04 12:05:13 +00:00
parent 0442c3512c
commit 9f88b44b91
16 changed files with 341 additions and 109 deletions

View File

@ -85,6 +85,11 @@ declare const CONFIG: {
profileLinkPrefix: NostrPrefix;
defaultRelays: Record<string, RelaySettings>;
useIndexedDBEvents: boolean;
// Alby wallet oAuth config
alby?: {
clientId: string;
clientSecret: string;
};
};
/**