Skip to content

Commit

Permalink
Merge pull request #3 from opslag/patch-1
Browse files Browse the repository at this point in the history
Add relay
  • Loading branch information
Marfusios authored Aug 5, 2023
2 parents 22ff97c + 70b6d96 commit 5d0cf3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/nostr-debug/NostrDebug.Web/Relay/RelayList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 5d0cf3e

Please sign in to comment.