bug: improve relay handeling
This commit is contained in:
@ -19,9 +19,7 @@ export const ProfileCacheExpire = (1_000 * 60 * 5);
|
||||
* Default bootstrap relays
|
||||
*/
|
||||
export const DefaultRelays = new Map<string, RelaySettings>([
|
||||
["wss://relay.snort.social", { read: true, write: true }],
|
||||
["wss://relay.damus.io", { read: true, write: true }],
|
||||
["wss://nostr-pub.wellorder.net", { read: true, write: true }],
|
||||
["wss://relay.snort.social", { read: true, write: true }]
|
||||
]);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user