Add relay.nostrica.com as default relay

This commit is contained in:
styppo 2023-03-19 14:36:39 +00:00
parent 7055335e46
commit 0c1e437b91
No known key found for this signature in database
GPG Key ID: 3AAA685C50724C28

View File

@ -8,8 +8,9 @@ const RELAYS = [
'wss://nostr-pub.semisol.dev', 'wss://nostr-pub.semisol.dev',
'wss://nostr.einundzwanzig.space', 'wss://nostr.einundzwanzig.space',
'wss://nostr.sg', 'wss://nostr.sg',
'wss://relay.nostrica.com',
] ]
const RELAYS_VERSION = 2 const RELAYS_VERSION = 3
export const useSettingsStore = defineStore('settings', { export const useSettingsStore = defineStore('settings', {
state: () => ({ state: () => ({