feat: add recommended relays to home page

This commit is contained in:
codytseng
2025-07-08 15:08:32 +08:00
parent 0e24c3b820
commit 14c05f5ce9
2 changed files with 18 additions and 26 deletions

View File

@@ -10,6 +10,8 @@ export const DEFAULT_FAVORITE_RELAYS = [
'wss://news.utxo.one/'
]
export const RECOMMENDED_RELAYS = DEFAULT_FAVORITE_RELAYS.concat(['wss://yabu.me/'])
export const StorageKey = {
VERSION: 'version',
THEME_SETTING: 'themeSetting',