relays: update list of relays

adding damus again (was disabled when it was down and heavy spam
happened last year), remove nostr.sandwich.farm as it currently
errors with '502 Bad Gateway'.
OFF0 2023-01-04 17:36:05 +01:00
parent 89c54ac08f
commit 485510314a
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA
1 changed files with 1 additions and 2 deletions

View File

@ -6,10 +6,9 @@ import {dateTime, formatTime} from './timeutil.js';
const pool = relayPool();
pool.addRelay('wss://relay.nostr.info', {read: true, write: true});
pool.addRelay('wss://nostr.openchain.fr', {read: true, write: true});
// pool.addRelay('wss://relay.damus.io', {read: true, write: true});
pool.addRelay('wss://relay.damus.io', {read: true, write: true});
pool.addRelay('wss://nostr-relay.wlvs.space', {read: true, write: true});
pool.addRelay('wss://relay.nostr.ch', {read: true, write: true});
pool.addRelay('wss://nostr.sandwich.farm', {read: true, write: true});
function onEvent(evt, relay) {
switch (evt.kind) {