From e7fe058b4054e5b96975ae2c25ba64bbe5007a85 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:23:33 +0200 Subject: [PATCH] rejecting more paid relays for outbox --- nostr_dvm/utils/dvmconfig.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nostr_dvm/utils/dvmconfig.py b/nostr_dvm/utils/dvmconfig.py index fd98db1..2a19af2 100644 --- a/nostr_dvm/utils/dvmconfig.py +++ b/nostr_dvm/utils/dvmconfig.py @@ -25,12 +25,14 @@ class DVMConfig: "wss://nostr.oxtr.dev", "wss://relay.nostr.bg", "wss://relay.nostr.net" , "wss://relay.primal.net"] #, "wss://relay.snort.social"] - AVOID_PAID_OUTBOX_RELAY_LIST = ["wss://nostrelay.yeghro.site", "wss://nostr.wine", + AVOID_PAID_OUTBOX_RELAY_LIST = ["wss://nostrelay.yeghro.site", "wss://nostr.wine", "wss://filter.nostr.wine" "wss://nostr21.com", "wss://nostr.bitcoiner.social", "wss://nostr.orangepill.dev", "wss://relay.lnpay.me", "wss://relay.snort.social", "wss://relay.minds.com/nostr/v1/ws", "wss://nostr-pub.semisol.dev", "wss://mostr.pub", "wss://minds.com", "wss://yabu.me", "wss://relay.yozora.world", "wss://filter.nostr.wine/?global=all", "wss://eden.nostr.land", "wss://relay.orangepill.ovh", "wss://nostr.jcloud.es", "wss://af.purplerelay.com", "wss://za.purplerelay.com", + "wss://relay.nostrich.land", "wss://relay.nostrplebs.com" "wss://relay.nostrich.land", + ] #If a DVM has a paid subscription, overwrite list without the paid one.