From 70b6d96b757654c1ea7c0359c1bff1cc1f95c7c5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 28 Jul 2023 20:12:34 +0200 Subject: [PATCH] Add relay --- apps/nostr-debug/NostrDebug.Web/Relay/RelayList.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/nostr-debug/NostrDebug.Web/Relay/RelayList.cs b/apps/nostr-debug/NostrDebug.Web/Relay/RelayList.cs index cc9bbe95..468cc081 100644 --- a/apps/nostr-debug/NostrDebug.Web/Relay/RelayList.cs +++ b/apps/nostr-debug/NostrDebug.Web/Relay/RelayList.cs @@ -14,7 +14,8 @@ public class RelayList : IDisposable "wss://relay.damus.io", "wss://nostr-pub.wellorder.net", "wss://nostr.wine", - "wss://relay.snort.social" + "wss://relay.snort.social", + "wss://soloco.nl" }); private static readonly string RelaysToSelectKey = "relays-to-select";