feat: add default search relays
This commit is contained in:
parent
f2cfad50a9
commit
00af3aab64
6 changed files with 23 additions and 14 deletions
|
|
@ -3,3 +3,12 @@ export const StorageKey = {
|
|||
RELAY_GROUPS: 'relayGroups',
|
||||
ACCOUNTS: 'accounts'
|
||||
}
|
||||
|
||||
export const BIG_RELAY_URLS = [
|
||||
'wss://relay.damus.io/',
|
||||
'wss://nos.lol/',
|
||||
'wss://relay.nostr.band/',
|
||||
'wss://relay.noswhere.com/'
|
||||
]
|
||||
|
||||
export const SEARCHABLE_RELAY_URLS = ['wss://relay.nostr.band/', 'wss://search.nos.today/']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue