commit ada99418f6fcdb1354bc5c1c3f3cc3b4db994ce6
parent 5492d9f49987f2c732a33fa2f63798889da730e9
Author: William Casarin <jb55@jb55.com>
Date: Fri, 12 Apr 2024 13:35:12 -0700
eden.nostr.land -> nostr.land
Suggested-by: Semisol
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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",
]