diff --git a/damus/Util/Relays/RelayBootstrap.swift b/damus/Util/Relays/RelayBootstrap.swift index a3d0754a..3e828795 100644 --- a/damus/Util/Relays/RelayBootstrap.swift +++ b/damus/Util/Relays/RelayBootstrap.swift @@ -10,7 +10,7 @@ import Foundation // This is `fileprivate` because external code should use the `get_default_bootstrap_relays` instead. fileprivate let BOOTSTRAP_RELAYS = [ "wss://relay.damus.io", - "wss://eden.nostr.land", + "wss://nostr.land", "wss://nostr.wine", "wss://nos.lol", ]