diff --git a/bitchat/Nostr/NostrRelayManager.swift b/bitchat/Nostr/NostrRelayManager.swift index 722d8a777..3021a4b75 100644 --- a/bitchat/Nostr/NostrRelayManager.swift +++ b/bitchat/Nostr/NostrRelayManager.swift @@ -33,7 +33,8 @@ final class NostrRelayManager: ObservableObject { "wss://nos.lol", "wss://relay.primal.net", "wss://offchain.pub", - "wss://nostr21.com" + "wss://nostr21.com", + "wss://sendit.nosflare.com" // For local testing, you can add: "ws://localhost:8080" ] private static let defaultRelaySet = Set(defaultRelays)