Enable all more bots

This commit is contained in:
2025-03-25 18:42:53 +01:00
parent 1fbe39b96a
commit 474309d034

View File

@@ -38,7 +38,7 @@ global:
# end after the deposit transaction is sent # end after the deposit transaction is sent
#forceDeposit: 1000 #forceDeposit: 1000
websocket: false # use websocket for account loading and events (limited support) websocket: true # use websocket for account loading and events (limited support)
eventSubscriber: false # disables event subscriber (heavy RPC demand), this is primary used for counting fills eventSubscriber: false # disables event subscriber (heavy RPC demand), this is primary used for counting fills
runOnce: false # Set true to run once and exit, useful for testing or one off bot runs runOnce: false # Set true to run once and exit, useful for testing or one off bot runs
debug: false # Enable debug logging debug: false # Enable debug logging
@@ -56,7 +56,8 @@ global:
eventSubscriberPollingInterval: 5000 eventSubscriberPollingInterval: 5000
bulkAccountLoaderPollingInterval: 5000 bulkAccountLoaderPollingInterval: 5000
useJito: false useJito: true
jitoStrategy: hybrid
jitoBlockEngineUrl: jitoBlockEngineUrl:
jitoAuthPrivateKey: jitoAuthPrivateKey:
@@ -71,13 +72,13 @@ global:
# Bot specific configs are below # Bot specific configs are below
enabledBots: enabledBots:
# Perp order filler bot # Perp order filler bot
- fillerLite - filler
# Spot order filler bot # Spot order filler bot
#- spotFiller - spotFiller
# Trigger bot (triggers trigger orders) # Trigger bot (triggers trigger orders)
#- trigger - trigger
# Liquidator bot, liquidates unhealthy positions by taking over the risk (caution, you should manage risk here) # Liquidator bot, liquidates unhealthy positions by taking over the risk (caution, you should manage risk here)
# - liquidator # - liquidator
@@ -185,7 +186,7 @@ botConfigs:
trigger: trigger:
botId: "trigger" botId: "trigger"
dryRun: false dryRun: false
metricsPort: 9465 metricsPort: 9466
markTwapCrank: markTwapCrank:
botId: "mark-twap-cranker" botId: "mark-twap-cranker"