2.5 Configuration (Detection Parameters)
# Minimum profit threshold (in %)
self.min_profit_threshold = 0.1 # Default: 0.1%# Detection frequency
await asyncio.sleep(2) # Default: 2 secondsself.dex_configs = {
# Add/remove DEXs here
}Last updated

