Browse Source

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
zaps
Ricardo Arturo Cabral Mejía 2 years ago
committed by William Casarin
parent
commit
d61d7df91b
  1. 2
      damus/ContentView.swift

2
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",

Loading…
Cancel
Save