feat: update recommend blossom servers
This commit is contained in:
parent
15608f7cf2
commit
fcb31d8052
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@ export const DEFAULT_FAVORITE_RELAYS = [
|
||||||
|
|
||||||
export const RECOMMENDED_RELAYS = DEFAULT_FAVORITE_RELAYS.concat(['wss://yabu.me/'])
|
export const RECOMMENDED_RELAYS = DEFAULT_FAVORITE_RELAYS.concat(['wss://yabu.me/'])
|
||||||
|
|
||||||
export const RECOMMENDED_BLOSSOM_SERVERS = ['https://blossom.band/']
|
export const RECOMMENDED_BLOSSOM_SERVERS = [
|
||||||
|
'https://blossom.band/',
|
||||||
|
'https://blossom.primal.net/',
|
||||||
|
'https://nostr.media/'
|
||||||
|
]
|
||||||
|
|
||||||
export const StorageKey = {
|
export const StorageKey = {
|
||||||
VERSION: 'version',
|
VERSION: 'version',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue