From 529e4ff9b2569eed8fad20497a370124f238454b Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Fri, 3 Nov 2023 00:12:03 +1100 Subject: [PATCH] revert --- client/src/utils/relays.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/src/utils/relays.ts b/client/src/utils/relays.ts index 5a07a65..5e2eca3 100644 --- a/client/src/utils/relays.ts +++ b/client/src/utils/relays.ts @@ -99,10 +99,8 @@ export const publish = (event: Event) => { addRelay('wss://relay.snort.social'); -addRelay('wss://relay.damus.io'); +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.mostr.pub'); -addRelay('wss://nostr.mutinywallet.com'); \ No newline at end of file +addRelay('wss://powrelay.xyz'); \ No newline at end of file