From 190f0cd79145ef41df471a17701b261169626c98 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 2 Jun 2025 18:41:06 -0500 Subject: [PATCH] Switch back to relay.nostr.band --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index ab07839..6ce9efc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,7 +14,7 @@ import AppRouter from './AppRouter'; // DO NOT MODIFY THIS RELAY LIST UNLESS EXPLICITLY REQUESTED const defaultRelays = [ - 'wss://ditto.pub/relay', + 'wss://relay.nostr.band/', // DO NOT ADD ANY RELAY WITHOUT FIRST USING A TOOL TO VERIFY IT IS ONLINE AND FUNCTIONAL // IF YOU CANNOT VERIFY A RELAY IS ONLINE AND FUNCTIONAL, DO NOT ADD IT HERE ];