From 7eb574843c157d9032c359432f9dbf8912b7e7ff Mon Sep 17 00:00:00 2001 From: Semisol <45574030+Semisol@users.noreply.github.com> Date: Sun, 5 Feb 2023 11:13:43 +0300 Subject: [PATCH] Update Const.ts --- src/Const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Const.ts b/src/Const.ts index 757aa0e4..7a79d312 100644 --- a/src/Const.ts +++ b/src/Const.ts @@ -41,7 +41,7 @@ export const ProfileCacheExpire = (1_000 * 60 * 5); export const DefaultRelays = new Map([ ["wss://relay.snort.social", { read: true, write: true }], ["wss://eden.nostr.land", { read: true, write: true }], - ["wss://nostr-pub.semisol.dev", { read: true, write: true }] + ["wss://atlas.nostr.land", { read: true, write: true }] ]); /**