From 0481cd024ee331abea5b9f261e6005fb37eab941 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 2 Jun 2025 22:08:03 -0500 Subject: [PATCH] Tweak the default relay list --- src/components/AppProvider.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AppProvider.ts b/src/components/AppProvider.ts index 296cfef..82f7fb3 100644 --- a/src/components/AppProvider.ts +++ b/src/components/AppProvider.ts @@ -14,10 +14,10 @@ interface RelayInfo { // Available relay options export const RELAY_OPTIONS: RelayInfo[] = [ - { url: 'wss://ditto.pub/relay', name: 'Ditto' }, { url: 'wss://relay.damus.io', name: 'Damus' }, - { url: 'wss://nos.lol', name: 'nos.lol' }, - { url: 'wss://relay.nostr.band', name: 'nostr.band' }, + { url: 'wss://ditto.pub/relay', name: 'Ditto' }, + { url: 'wss://relay.nostr.band', name: 'Nostr.Band' }, + { url: 'wss://relay.primal.net', name: 'Primal' }, ]; // Default application configuration