From 1b548cee3c2ca408bfe40b089ff11bd085781e0e Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 6 Oct 2025 20:43:12 +0100 Subject: [PATCH] feat: add proxy.nostr-relay.app relay to configuration --- src/config/relays.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/relays.ts b/src/config/relays.ts index f985dc8c..67f3d115 100644 --- a/src/config/relays.ts +++ b/src/config/relays.ts @@ -15,6 +15,7 @@ export const RELAYS = [ 'wss://relay.current.fyi', 'wss://nostr-pub.wellorder.net', 'wss://purplepag.es', - 'wss://relay.primal.net' + 'wss://relay.primal.net', + 'wss://proxy.nostr-relay.app/5d0d38afc49c4b84ca0da951a336affa18438efed302aeedfa92eb8b0d3fcb87' ]