feat: add recommended relays to home page
This commit is contained in:
parent
0e24c3b820
commit
14c05f5ce9
2 changed files with 18 additions and 26 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue