mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
set default to primal
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user