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 }] ]); /**