Update default relays

This commit is contained in:
styppo 2023-01-26 19:48:58 +00:00
parent 080f50bf26
commit 77b4d3a65f
No known key found for this signature in database
GPG Key ID: 3AAA685C50724C28

View File

@ -2,13 +2,9 @@ import {defineStore} from 'pinia'
import {Account} from 'src/nostr/Account' import {Account} from 'src/nostr/Account'
const RELAYS = [ const RELAYS = [
'wss://nostr-pub.wellorder.net',
// 'wss://nostr-relay.wlvs.space',
// 'wss://nostr.bitcoiner.social',
// 'wss://nostr.zebedee.cloud',
// 'wss://relay.nostr.info',
// 'wss://nostr-pub.semisol.dev',
'wss://relay.snort.social', 'wss://relay.snort.social',
'wss://relay.nostr.ch',
'wss://nos.lol',
] ]
const RELAYS_VERSION = 1 const RELAYS_VERSION = 1