From 1555f17747b55dd54ca6b9d09fb331b272b0c99d Mon Sep 17 00:00:00 2001 From: fiatjaf_ Date: Tue, 21 Jan 2025 09:32:44 -0300 Subject: [PATCH] feat: add more default relay lists (#19) --- src/services/storage.service.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/services/storage.service.ts b/src/services/storage.service.ts index 5d66f29..f136735 100644 --- a/src/services/storage.service.ts +++ b/src/services/storage.service.ts @@ -12,6 +12,16 @@ import { import { Event } from 'nostr-tools' const DEFAULT_RELAY_SETS: TRelaySet[] = [ + { + id: randomString(), + name: 'Short Notes', + relayUrls: ['wss://140.f7z.io/'] + }, + { + id: randomString(), + name: 'Safer Global', + relayUrls: ['wss://nostr.wine/', 'wss://pyramid.fiatjaf.com/'] + }, { id: randomString(), name: 'Global',