From 1e8d8120ac1247050f6f023fe00b76b23d0ab802 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 30 Jan 2023 16:45:22 -0800 Subject: [PATCH] Switch up the bootstrap relays --- damus/ContentView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index 13de46c..c7fe7de 100644 --- 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", ]