feat: pass routstrPubkey from config to routeRequests when set

This commit is contained in:
redshift
2026-05-14 17:43:30 +05:30
parent d73f8e5e90
commit f427cc75ea
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ export interface RoutstrdConfig {
mode?: "xcashu" | "apikeys";
daemonUrl?: string;
nsec?: string;
/** Nostr hex pubkey for routstr review/model events (kind 38425/38423). */
routstrPubkey?: string;
}
export const DEFAULT_CONFIG: RoutstrdConfig = {