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 {