From a48bfd4184e4e38e0703309df4f8baa84f23bdcc Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Sun, 10 Nov 2024 00:28:46 +0100 Subject: [PATCH] Update outbox_utils.py --- nostr_dvm/utils/outbox_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nostr_dvm/utils/outbox_utils.py b/nostr_dvm/utils/outbox_utils.py index ad3a808..e144926 100644 --- a/nostr_dvm/utils/outbox_utils.py +++ b/nostr_dvm/utils/outbox_utils.py @@ -45,6 +45,7 @@ AVOID_OUTBOX_RELAY_LIST = ["wss://nos.lol", "wss://astral.ninja", "wss://nostr.libertasprimordium.com", "wss://relay.shitforce.one", "wss://nostr.cro.social", "wss://relay.nostreggs.io", "wss://nostr.rocks", "wss://groups.0xchat.com", "wss://bostr.lecturify.net", "wss://dave.st.germa.in/nostr", "wss://dvms.f7z.io", "wss://nostr.social", "wss://i.nostr.build", "wss://teemie1-relay.duckdns.org", - "wss://nostrs.build", "wss://relay.hllo.live", "wss://relay-pub.deschooling.us" + "wss://nostrs.build", "wss://relay.hllo.live", "wss://relay-pub.deschooling.us", "wss://nostr.sandwich.farm", "wss://nostr.lol", "wss://nostr.developer.li", + "wss://paid.spore.ws" ]