From ada99418f6fcdb1354bc5c1c3f3cc3b4db994ce6 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 12 Apr 2024 13:35:12 -0700 Subject: [PATCH] eden.nostr.land -> nostr.land Suggested-by: Semisol Signed-off-by: William Casarin --- damus/Util/Relays/RelayBootstrap.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]