Stop setting wrong relay URLs

This commit is contained in:
Alex Gleason 2025-05-16 18:30:25 -05:00
parent 73e7e818b2
commit 7ee419bc6d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -9,9 +9,9 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { NostrLoginProvider } from '@nostrify/react/login'; import { NostrLoginProvider } from '@nostrify/react/login';
import AppRouter from './AppRouter'; 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 = [ const defaultRelays = [
'wss://relay.nostr.band', 'wss://relay.nostr.band', // DO NOT MODIFY THIS UNLESS EXPLICITLY REQUESTED
]; ];
const queryClient = new QueryClient({ const queryClient = new QueryClient({