From 4677fa4ba79c16eb3ec3b2035d05e0ac4713ad6b Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Thu, 5 Sep 2024 13:50:29 +1000 Subject: [PATCH] try some new relays, and rm blastr --- client/src/utils/relays.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/client/src/utils/relays.ts b/client/src/utils/relays.ts index 4027caa..782ca56 100644 --- a/client/src/utils/relays.ts +++ b/client/src/utils/relays.ts @@ -91,12 +91,11 @@ export const publish = (event: Event) => { }; -addRelay('wss://relay.snort.social'); addRelay('wss://nostr.bitcoiner.social'); addRelay('wss://nostr.mom'); -addRelay('wss://relay.nostr.bg'); addRelay('wss://nos.lol'); addRelay('wss://powrelay.xyz'); addRelay('wss://relay.damus.io'); -addRelay('wss://nostr.mutinywallet.com'); -addRelay('wss://labour.fiatjaf.com/'); \ No newline at end of file +addRelay('wss://labour.fiatjaf.com/'); +addRelay('wss://140.f7z.io'); +addRelay('wss://nostr.lu.ke');