From 4d697e6a79a5577911fce1e9ee32c7cee546d405 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 16 Oct 2025 23:20:05 +0200 Subject: [PATCH] chore(relays): update RELAYS list (include relay.nsec.app early) - Aligns app relay set with commonly used relays - May improve connectivity and latency for NIP-46 roundtrips --- src/config/relays.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/relays.ts b/src/config/relays.ts index 150c2e17..dc7c95ee 100644 --- a/src/config/relays.ts +++ b/src/config/relays.ts @@ -7,6 +7,7 @@ export const RELAYS = [ 'ws://localhost:10547', 'ws://localhost:4869', + 'wss://relay.nsec.app', 'wss://relay.damus.io', 'wss://nos.lol', 'wss://relay.nostr.band',