mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-08-08 23:01:46 +02:00
change default relays
This commit is contained in:
@@ -16,14 +16,13 @@ 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)
|
||||
|
Reference in New Issue
Block a user