forked from nostr/nostrweb
relay: change wlvs.space to eden.land
wss://nostr-relay.wlvs.space is not working anymore, seems they moved, see: - https://nostr.ch/cbb15cbd3a36a79a4611ee2852bea503f764c4d48fdb5988b1124a146efccc55
parent
4544ccc996
commit
593d4c6e38
|
@ -9,7 +9,7 @@ const pool = relayPool();
|
||||||
pool.addRelay('wss://relay.nostr.info', {read: true, write: true});
|
pool.addRelay('wss://relay.nostr.info', {read: true, write: true});
|
||||||
pool.addRelay('wss://nostr.openchain.fr', {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://eden.nostr.land', {read: true, write: true});
|
||||||
pool.addRelay('wss://relay.nostr.ch', {read: true, write: true});
|
pool.addRelay('wss://relay.nostr.ch', {read: true, write: true});
|
||||||
|
|
||||||
function onEvent(evt, relay) {
|
function onEvent(evt, relay) {
|
||||||
|
|
Loading…
Reference in New Issue