From 0e992ae814938a4cb40c473630108879aba7ee97 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 23:42:44 +0100 Subject: [PATCH] fix: update local relay port to 10547 --- src/config/relays.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/relays.ts b/src/config/relays.ts index 1c85426c..f985dc8c 100644 --- a/src/config/relays.ts +++ b/src/config/relays.ts @@ -5,7 +5,7 @@ // All relays including local relay export const RELAYS = [ - 'ws://localhost:7777', + 'ws://localhost:10547', 'wss://relay.damus.io', 'wss://nos.lol', 'wss://relay.nostr.band',