From 32b9f5b1344899b4d8c55611806712d6f77fab9d Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 15 Sep 2025 21:13:47 +0800 Subject: [PATCH] fix: update recommend blossom servers --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 3c0839d0..2460f34c 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -14,7 +14,7 @@ export const DEFAULT_FAVORITE_RELAYS = [ export const RECOMMENDED_RELAYS = DEFAULT_FAVORITE_RELAYS.concat(['wss://yabu.me/']) -export const RECOMMENDED_BLOSSOM_SERVERS = ['https://blossom.band/', 'https://nostr.download/'] +export const RECOMMENDED_BLOSSOM_SERVERS = ['https://blossom.band/'] export const StorageKey = { VERSION: 'version',