From 721471cf0aa2d1892117ca0166c932165a9f85a0 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 16 Apr 2022 15:38:08 -0700 Subject: [PATCH] relays: add scsi's relay Signed-off-by: William Casarin --- damus/ContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index 352e2d2..9fb7aad 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -144,6 +144,7 @@ struct ContentView: View { func connect() { let pool = RelayPool() + add_relay(pool, "nostr-pub.wellorder.net") add_relay(pool, "nostr.onsats.org") add_relay(pool, "nostr.bitcoiner.social") add_relay(pool, "nostr-relay.freeberty.net")