From 2a44b4e3c035c8b94f387c2af5685d89c7087312 Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 20 Oct 2025 20:01:02 +0200 Subject: [PATCH] cleanup: remove temporary test relays from hardcoded list - Remove temporary relay additions that were added for debugging - Restore clean hardcoded relay list now that dynamic relay integration is working - The non-blocking relay loading implementation handles user relay lists properly --- src/config/relays.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/config/relays.ts b/src/config/relays.ts index 88300f0e..a09165fa 100644 --- a/src/config/relays.ts +++ b/src/config/relays.ts @@ -17,13 +17,5 @@ export const RELAYS = [ 'wss://purplepag.es', 'wss://relay.primal.net', 'wss://proxy.nostr-relay.app/5d0d38afc49c4b84ca0da951a336affa18438efed302aeedfa92eb8b0d3fcb87', - // Temporary: Add some relays from user's relay list to test - 'wss://filter.nostr.wine', - 'wss://nostr.wine', - 'wss://nostr.oxtr.dev', - 'wss://atlas.nostr.land', - 'wss://eden.nostr.land', - 'wss://puravida.nostr.land', - 'wss://premium.primal.net' ]