mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
Stop setting wrong relay URLs
This commit is contained in:
parent
73e7e818b2
commit
7ee419bc6d
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user