From 591066aa9e9c01ab989f2b7b5d702855155ab26d Mon Sep 17 00:00:00 2001 From: silberengel Date: Fri, 18 Jul 2025 23:32:36 +0200 Subject: [PATCH] turned on local relays --- src/lib/consts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/consts.ts b/src/lib/consts.ts index 998cbec..ef41e0d 100644 --- a/src/lib/consts.ts +++ b/src/lib/consts.ts @@ -39,8 +39,8 @@ export const lowbandwidthRelays = [ ]; export const localRelays: string[] = [ - // "wss://localhost:8080", - // "wss://localhost:4869" + "wss://localhost:8080", + "wss://localhost:4869" ]; export enum FeedType {