feat: add more default relay lists (#19)
This commit is contained in:
parent
dae923ee38
commit
1555f17747
1 changed files with 10 additions and 0 deletions
|
|
@ -12,6 +12,16 @@ import {
|
||||||
import { Event } from 'nostr-tools'
|
import { Event } from 'nostr-tools'
|
||||||
|
|
||||||
const DEFAULT_RELAY_SETS: TRelaySet[] = [
|
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(),
|
id: randomString(),
|
||||||
name: 'Global',
|
name: 'Global',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue