diff --git a/src/lib/appRelays.ts b/src/lib/appRelays.ts index 18d748aa..64c8f3f8 100644 --- a/src/lib/appRelays.ts +++ b/src/lib/appRelays.ts @@ -26,10 +26,7 @@ function normalizeUrl(url: string): string { */ export const APP_RELAYS: RelayMetadata = { relays: [ - { url: 'wss://relay.ditto.pub/', read: true, write: true }, - { url: 'wss://relay.dreamith.to/', read: true, write: true }, - { url: 'wss://relay.primal.net/', read: false, write: true }, - { url: 'wss://relay.damus.io/', read: false, write: true }, + { url: 'wss://nrelay.us-ea.st/', read: true, write: true }, ], updatedAt: 0, };