From d35199f6938c773fc293281ccd3148abbf3ef780 Mon Sep 17 00:00:00 2001 From: codytseng Date: Tue, 21 Jan 2025 22:11:12 +0800 Subject: [PATCH] feat: add news.utxo.one to default relay sets --- src/services/storage.service.ts | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/services/storage.service.ts b/src/services/storage.service.ts index f136735..7acc202 100644 --- a/src/services/storage.service.ts +++ b/src/services/storage.service.ts @@ -14,8 +14,8 @@ import { Event } from 'nostr-tools' const DEFAULT_RELAY_SETS: TRelaySet[] = [ { id: randomString(), - name: 'Short Notes', - relayUrls: ['wss://140.f7z.io/'] + name: 'Global', + relayUrls: ['wss://relay.damus.io/', 'wss://nos.lol/'] }, { id: randomString(), @@ -24,8 +24,13 @@ const DEFAULT_RELAY_SETS: TRelaySet[] = [ }, { id: randomString(), - name: 'Global', - relayUrls: ['wss://relay.damus.io/', 'wss://nos.lol/'] + name: 'Short Notes', + relayUrls: ['wss://140.f7z.io/'] + }, + { + id: randomString(), + name: 'News', + relayUrls: ['wss://news.utxo.one/'] }, { id: randomString(),