feat: update DEFAULT_FAVORITE_RELAYS
This commit is contained in:
parent
8c5cc1041b
commit
0e24c3b820
1 changed files with 10 additions and 8 deletions
|
|
@ -1,5 +1,15 @@
|
||||||
export const JUMBLE_API_BASE_URL = 'https://api.jumble.social'
|
export const JUMBLE_API_BASE_URL = 'https://api.jumble.social'
|
||||||
|
|
||||||
|
export const DEFAULT_FAVORITE_RELAYS = [
|
||||||
|
'wss://nostr.wine/',
|
||||||
|
'wss://pyramid.fiatjaf.com/',
|
||||||
|
'wss://relays.land/spatianostra/',
|
||||||
|
'wss://theforest.nostr1.com/',
|
||||||
|
'wss://algo.utxo.one/',
|
||||||
|
'wss://140.f7z.io/',
|
||||||
|
'wss://news.utxo.one/'
|
||||||
|
]
|
||||||
|
|
||||||
export const StorageKey = {
|
export const StorageKey = {
|
||||||
VERSION: 'version',
|
VERSION: 'version',
|
||||||
THEME_SETTING: 'themeSetting',
|
THEME_SETTING: 'themeSetting',
|
||||||
|
|
@ -74,14 +84,6 @@ export const MONITOR_RELAYS = ['wss://relay.nostr.watch/']
|
||||||
|
|
||||||
export const CODY_PUBKEY = '8125b911ed0e94dbe3008a0be48cfe5cd0c0b05923cfff917ae7e87da8400883'
|
export const CODY_PUBKEY = '8125b911ed0e94dbe3008a0be48cfe5cd0c0b05923cfff917ae7e87da8400883'
|
||||||
|
|
||||||
export const DEFAULT_FAVORITE_RELAYS = [
|
|
||||||
'wss://nostr.wine/',
|
|
||||||
'wss://pyramid.fiatjaf.com/',
|
|
||||||
'wss://140.f7z.io/',
|
|
||||||
'wss://news.utxo.one/',
|
|
||||||
'wss://algo.utxo.one/'
|
|
||||||
]
|
|
||||||
|
|
||||||
export const NIP_96_SERVICE = [
|
export const NIP_96_SERVICE = [
|
||||||
'https://mockingyou.com',
|
'https://mockingyou.com',
|
||||||
'https://nostpic.com',
|
'https://nostpic.com',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue