feat: add default search relays

This commit is contained in:
codytseng 2024-12-22 22:22:43 +08:00
parent f2cfad50a9
commit 00af3aab64
6 changed files with 23 additions and 14 deletions

View file

@ -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/']