Fix price range to match actual config (0-0.7)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
9df88bcf89
commit
12499d4a10
+2
-2
@@ -14,8 +14,8 @@ MONGODB_URI=mongodb://localhost:27017/whale_watcher
|
||||
|
||||
# Whale Detection Settings
|
||||
MIN_TRADE_SIZE_USD=1000
|
||||
MIN_PRICE=0.2
|
||||
MAX_PRICE=0.8
|
||||
MIN_PRICE=0
|
||||
MAX_PRICE=0.7
|
||||
|
||||
# Monitoring Settings
|
||||
FETCH_INTERVAL_SECONDS=5
|
||||
|
||||
Reference in New Issue
Block a user