From 0650857dcdaace79422ac1ba3643ab72fa16f45b Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:56:53 +0100 Subject: [PATCH] change default relays --- nostr_dvm/utils/dvmconfig.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/nostr_dvm/utils/dvmconfig.py b/nostr_dvm/utils/dvmconfig.py index 21e545a..1ca0437 100644 --- a/nostr_dvm/utils/dvmconfig.py +++ b/nostr_dvm/utils/dvmconfig.py @@ -16,15 +16,14 @@ class DVMConfig: FIX_COST: float = None PER_UNIT_COST: float = None - RELAY_LIST = ["wss://relay.primal.net", - "wss://nostr.mom", "wss://nostr.oxtr.dev", - "wss://relay.nostr.net" + RELAY_LIST = [ + "wss://nostr.mom", + "wss://nostr.oxtr.dev", ] - SYNC_DB_RELAY_LIST = ["wss://relay.damus.io", "wss://nostr.oxtr.dev", - "wss://relay.nostr.net", - "wss://relay.primal.net" - ] + SYNC_DB_RELAY_LIST = ["wss://relay.damus.io", + "wss://nostr.oxtr.dev", + ] # Straight Censorship (reply guy spam) WOT_FILTERING = False