Browse Source

feat: add more default relay lists (#19)

imwald
fiatjaf_ 1 year ago committed by GitHub
parent
commit
1555f17747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/services/storage.service.ts

10
src/services/storage.service.ts

@ -12,6 +12,16 @@ import { @@ -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',

Loading…
Cancel
Save