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'.pull/56/head
parent
89c54ac08f
commit
485510314a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue