feat: finish alby wallet
This commit is contained in:
5
packages/app/custom.d.ts
vendored
5
packages/app/custom.d.ts
vendored
@ -85,6 +85,11 @@ declare const CONFIG: {
|
||||
profileLinkPrefix: NostrPrefix;
|
||||
defaultRelays: Record<string, RelaySettings>;
|
||||
useIndexedDBEvents: boolean;
|
||||
// Alby wallet oAuth config
|
||||
alby?: {
|
||||
clientId: string;
|
||||
clientSecret: string;
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user