chore: remove bad search relays
This commit is contained in:
parent
1161c69e36
commit
4a7d90c656
@ -49,11 +49,7 @@ export const DefaultRelays = new Map<string, RelaySettings>([
|
||||
/**
|
||||
* Default search relays
|
||||
*/
|
||||
export const SearchRelays = new Map<string, RelaySettings>([
|
||||
["wss://relay.nostr.band", { read: true, write: false }],
|
||||
["wss://knostr.neutrine.com", { read: true, write: false }],
|
||||
["wss://relay.realsearch.cc", { read: true, write: false }],
|
||||
]);
|
||||
export const SearchRelays = new Map<string, RelaySettings>([["wss://relay.nostr.band", { read: true, write: false }]]);
|
||||
|
||||
/**
|
||||
* List of recommended follows for new users
|
||||
|
Loading…
x
Reference in New Issue
Block a user