mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-29 22:33:41 +02:00
change default relays
This commit is contained in:
@@ -16,15 +16,14 @@ class DVMConfig:
|
|||||||
FIX_COST: float = None
|
FIX_COST: float = None
|
||||||
PER_UNIT_COST: float = None
|
PER_UNIT_COST: float = None
|
||||||
|
|
||||||
RELAY_LIST = ["wss://relay.primal.net",
|
RELAY_LIST = [
|
||||||
"wss://nostr.mom", "wss://nostr.oxtr.dev",
|
"wss://nostr.mom",
|
||||||
"wss://relay.nostr.net"
|
"wss://nostr.oxtr.dev",
|
||||||
]
|
]
|
||||||
|
|
||||||
SYNC_DB_RELAY_LIST = ["wss://relay.damus.io", "wss://nostr.oxtr.dev",
|
SYNC_DB_RELAY_LIST = ["wss://relay.damus.io",
|
||||||
"wss://relay.nostr.net",
|
"wss://nostr.oxtr.dev",
|
||||||
"wss://relay.primal.net"
|
]
|
||||||
]
|
|
||||||
|
|
||||||
# Straight Censorship (reply guy spam)
|
# Straight Censorship (reply guy spam)
|
||||||
WOT_FILTERING = False
|
WOT_FILTERING = False
|
||||||
|
Reference in New Issue
Block a user