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({