damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit d61d7df91b7ae62108d80019a230b5f01adbd14a
parent 5e3ce4e454aa2e6d9701a31347a4b1fec909f8ed
Author: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
Date:   Tue, 24 Jan 2023 21:39:15 -0800

Remove wlvs.space relay, add eden.nostr.land

Phasing out nostr-relay.wlvs.space in favor of eden.nostr.land. Eden
relay is load balanced by geographical proximity and can handle more
clients.

Changelog-Changed: Updated default boostrap relays

Diffstat:
Mdamus/ContentView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/ContentView.swift b/damus/ContentView.swift @@ -11,7 +11,7 @@ import Kingfisher var BOOTSTRAP_RELAYS = [ "wss://relay.damus.io", - "wss://nostr-relay.wlvs.space", + "wss://eden.nostr.land", "wss://nostr.fmt.wiz.biz", "wss://relay.nostr.bg", "wss://nostr.oxtr.dev",