From 9946493740f06c496f07b1b5838bc4485c76fe66 Mon Sep 17 00:00:00 2001 From: silberengel Date: Thu, 14 Aug 2025 06:49:45 +0200 Subject: [PATCH] Added missing orly address --- src/lib/consts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/consts.ts b/src/lib/consts.ts index b8e7f0d..219d676 100644 --- a/src/lib/consts.ts +++ b/src/lib/consts.ts @@ -46,6 +46,7 @@ export const lowbandwidthRelays = [ export const localRelays: string[] = [ "wss://localhost:8080", "wss://localhost:4869", + "wss://localhost:3334" ]; export enum FeedType {