mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 21:31:52 +01:00
change default relays
This commit is contained in:
parent
3ea279f950
commit
0650857dcd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user