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',