diff --git a/src/stores/Settings.js b/src/stores/Settings.js index 98464e1..5e5675f 100644 --- a/src/stores/Settings.js +++ b/src/stores/Settings.js @@ -2,13 +2,9 @@ import {defineStore} from 'pinia' import {Account} from 'src/nostr/Account' 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.nostr.ch', + 'wss://nos.lol', ] const RELAYS_VERSION = 1