aboutsummaryrefslogtreecommitdiff
path: root/src/lib/consts.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/consts.ts')
-rw-r--r--src/lib/consts.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/consts.ts b/src/lib/consts.ts
index 26f8911..fbe3477 100644
--- a/src/lib/consts.ts
+++ b/src/lib/consts.ts
@@ -1,7 +1,7 @@
export const wikiKind = 30818;
export const indexKind = 30040;
export const zettelKinds = [ 1, 30024, 30041, 30818];
-export const standardRelays = [ "wss://thecitadel.nostr1.com" ];
+export const standardRelays = [ "wss://thecitadel.nostr1.com", "wss://relay.noswhere.com" ];
export enum FeedType {
Relays,