mirror of
https://github.com/aljazceru/nostr-profile-manager.git
synced 2025-12-18 06:04:19 +01:00
update relay lists.
This commit is contained in:
@@ -99,9 +99,13 @@ const getRelays = () => {
|
|||||||
// return minimum of 3 relays, filling in with default relays (removing duplicates)
|
// return minimum of 3 relays, filling in with default relays (removing duplicates)
|
||||||
return myrelays.length > 3 ? myrelays : [...new Set([
|
return myrelays.length > 3 ? myrelays : [...new Set([
|
||||||
...myrelays,
|
...myrelays,
|
||||||
|
'wss://hist.nostr.land',
|
||||||
'wss://relay.damus.io',
|
'wss://relay.damus.io',
|
||||||
'wss://nostr-pub.wellorder.net',
|
'wss://nostr-pub.wellorder.net',
|
||||||
'wss://nostr-relay.wlvs.space',
|
'wss://purplepag.es',
|
||||||
|
'wss://relay.nos.social',
|
||||||
|
'wss://relay.nostr.band',
|
||||||
|
'wss://relay.snort.social',
|
||||||
])].slice(0, 3);
|
])].slice(0, 3);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -307,6 +311,10 @@ export const publishEvent = async (event:Event):Promise<boolean> => {
|
|||||||
[
|
[
|
||||||
...getRelays(),
|
...getRelays(),
|
||||||
'wss://nostr.mutinywallet.com', // blastr
|
'wss://nostr.mutinywallet.com', // blastr
|
||||||
|
'wss://purplepag.es',
|
||||||
|
'wss://relay.nos.social',
|
||||||
|
'wss://relay.nostr.band',
|
||||||
|
'wss://relay.snort.social',
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
if (r) storeMyProfileEvent(event);
|
if (r) storeMyProfileEvent(event);
|
||||||
|
|||||||
Reference in New Issue
Block a user