feat: add news.utxo.one to default relay sets

This commit is contained in:
codytseng
2025-01-21 22:11:12 +08:00
parent 1555f17747
commit d35199f693

View File

@@ -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(),