From 129310087072ee95bec57dce318eb61d3b1548b4 Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Wed, 13 Sep 2023 16:23:56 -0700 Subject: [PATCH] Add some more relays --- src/App.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.svelte b/src/App.svelte index 74837fa..e6437ea 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -79,6 +79,9 @@ const ndk = new NDK({ explicitRelayUrls: [ "wss://nos.lol", + "wss://relay.damus.io", + "wss://offchain.pub", + "wss://relay.snort.social", "wss://nostr-pub.wellorder.net", "wss://relay.nostr.band", ],