mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-15 02:42:21 +01:00
Enable all more bots
This commit is contained in:
13
config.yaml
13
config.yaml
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user