From 0c1e437b912a149970858847709d04cabdbaa05f Mon Sep 17 00:00:00 2001 From: styppo Date: Sun, 19 Mar 2023 14:36:39 +0000 Subject: [PATCH] Add relay.nostrica.com as default relay --- src/stores/Settings.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stores/Settings.js b/src/stores/Settings.js index 4a42ccf..ee6b3b6 100644 --- a/src/stores/Settings.js +++ b/src/stores/Settings.js @@ -8,8 +8,9 @@ const RELAYS = [ 'wss://nostr-pub.semisol.dev', 'wss://nostr.einundzwanzig.space', 'wss://nostr.sg', + 'wss://relay.nostrica.com', ] -const RELAYS_VERSION = 2 +const RELAYS_VERSION = 3 export const useSettingsStore = defineStore('settings', { state: () => ({