From 4f96c88b9b28c5738e28b1cb89a87f8f842ce7b8 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 15 Mar 2023 16:22:30 -0600 Subject: [PATCH] Add nostr.wine to bootstrap relay list, remove others --- damus/ContentView.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index 63a8a91c..0ac4c9ed 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -11,10 +11,8 @@ import Starscream var BOOTSTRAP_RELAYS = [ "wss://relay.damus.io", "wss://eden.nostr.land", - "wss://offchain.pub", + "wss://nostr.wine", "wss://nos.lol", - "wss://relay.current.fyi", - "wss://brb.io", ] struct TimestampedProfile {