From 7ee419bc6ded5e3470a6d5a26cf924aaa829b596 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 16 May 2025 18:30:25 -0500 Subject: [PATCH] Stop setting wrong relay URLs --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f30259e..c468ec3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,9 +9,9 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; import { NostrLoginProvider } from '@nostrify/react/login'; import AppRouter from './AppRouter'; -// TIP: Using just one relay currently offers the best performance. +// DO NOT MODIFY THIS LIST UNLESS YOU ARE ABSOLUTELY CERTAIN EACH RELAY URL YOU ARE ADDING IS VALID AND THE RELAY IS CURRENTLY ONLINE AND CONFIRMED TO BE FULLY FUNCTIONAL AND WORKING. const defaultRelays = [ - 'wss://relay.nostr.band', + 'wss://relay.nostr.band', // DO NOT MODIFY THIS UNLESS EXPLICITLY REQUESTED ]; const queryClient = new QueryClient({