Remove defunct relays from default list (#2235)

* Remove defunct relays from default list

* add primal, remove paid relay

---------

Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
This commit is contained in:
Bryan Mutai 2025-06-18 02:48:45 +03:00 committed by GitHub
parent 6d50f7c9fc
commit 652315e9a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,7 @@ export const DEFAULT_CROSSPOSTING_RELAYS = [
'wss://relay.damus.io/', 'wss://relay.damus.io/',
'wss://relay.nostr.band/', 'wss://relay.nostr.band/',
'wss://relay.snort.social/', 'wss://relay.snort.social/',
'wss://nostr21.com/', 'wss://relay.primal.net/'
'wss://nostr.mutinywallet.com/',
'wss://relay.mutinywallet.com/'
] ]
export const RELAYS_BLACKLIST = [] export const RELAYS_BLACKLIST = []