diff --git a/src/lib/appRelays.ts b/src/lib/appRelays.ts index f7c7c3bb..03395dc1 100644 --- a/src/lib/appRelays.ts +++ b/src/lib/appRelays.ts @@ -15,7 +15,6 @@ export const APP_RELAYS: RelayMetadata = { { url: 'wss://relay.primal.net', read: true, write: true }, { url: 'wss://relay.damus.io', read: true, write: true }, { url: 'wss://nos.lol', read: true, write: true }, - { url: 'wss://cache2.primal.net/v1', read: true, write: false }, ], updatedAt: 0, };