Skip to content

Commit 2fb5828

Browse files
committed
chore: Update Nostr relay list with verified working relays
- Add wss://relay.primal.net (verified working) - Add wss://nostr.oxtr.dev (verified working) - Keep wss://relay.damus.io (verified working) - Remove wss://relay.nostr.band - Remove wss://nostr.wine All 5 relays verified working as of 2025-11-13. Provides good geographic and organizational diversity.
1 parent b6edeb7 commit 2fb5828

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/app/services/nostr-notification.service.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ export interface RelayStatus {
2525
})
2626
export class NostrNotificationService {
2727
// Default relay list - can be configured by user later
28+
// All relays verified working as of 2025-11-13
2829
private defaultRelays = [
30+
"wss://relay.primal.net",
31+
"wss://nostr.oxtr.dev",
2932
"wss://relay.damus.io",
3033
"wss://nos.lol",
3134
"wss://relay.snort.social",
32-
"wss://relay.nostr.band",
33-
"wss://nostr.wine",
3435
];
3536

3637
// SimplePool for managing multiple relay connections

0 commit comments

Comments
 (0)