feat: add news.utxo.one to default relay sets
This commit is contained in:
parent
1555f17747
commit
d35199f693
1 changed files with 9 additions and 4 deletions
|
|
@ -14,8 +14,8 @@ import { Event } from 'nostr-tools'
|
||||||
const DEFAULT_RELAY_SETS: TRelaySet[] = [
|
const DEFAULT_RELAY_SETS: TRelaySet[] = [
|
||||||
{
|
{
|
||||||
id: randomString(),
|
id: randomString(),
|
||||||
name: 'Short Notes',
|
name: 'Global',
|
||||||
relayUrls: ['wss://140.f7z.io/']
|
relayUrls: ['wss://relay.damus.io/', 'wss://nos.lol/']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: randomString(),
|
id: randomString(),
|
||||||
|
|
@ -24,8 +24,13 @@ const DEFAULT_RELAY_SETS: TRelaySet[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: randomString(),
|
id: randomString(),
|
||||||
name: 'Global',
|
name: 'Short Notes',
|
||||||
relayUrls: ['wss://relay.damus.io/', 'wss://nos.lol/']
|
relayUrls: ['wss://140.f7z.io/']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: randomString(),
|
||||||
|
name: 'News',
|
||||||
|
relayUrls: ['wss://news.utxo.one/']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: randomString(),
|
id: randomString(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue