diff --git a/src/main.js b/src/main.js index 045c9b6..fed3577 100644 --- a/src/main.js +++ b/src/main.js @@ -9,7 +9,7 @@ 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://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}); function onEvent(evt, relay) {