damus

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

commit 1e8d8120ac1247050f6f023fe00b76b23d0ab802
parent dfb681cc02b6ab8320b7da1e0efdcea257b2411c
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 30 Jan 2023 16:45:22 -0800

Switch up the bootstrap relays

Diffstat:
Mdamus/ContentView.swift | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/damus/ContentView.swift b/damus/ContentView.swift @@ -12,10 +12,10 @@ import Kingfisher var BOOTSTRAP_RELAYS = [ "wss://relay.damus.io", "wss://eden.nostr.land", - "wss://nostr.fmt.wiz.biz", - "wss://relay.nostr.bg", - "wss://nostr.oxtr.dev", "wss://relay.snort.social", + "wss://nostr.orangepill.dev", + "wss://nos.lol", + "wss://relay.current.fyi", "wss://brb.io", ]