set default to primal

This commit is contained in:
Kukks
2024-05-15 13:28:24 +02:00
parent 109bf48de2
commit a93c97d63d

View File

@@ -11,7 +11,7 @@ public class WabisabiCoordinatorSettings
public bool Enabled { get; set; } = false;
public string NostrIdentity { get; set; }
public Uri NostrRelay { get; set; } = new Uri("wss://kukks.org/nostr");
public Uri NostrRelay { get; set; } = new Uri("wss://relay.primal.net");
public List<DiscoveredCoordinator> DiscoveredCoordinators { get; set; } = new();