Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/floating maker changes #67

19 changes: 19 additions & 0 deletions example.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,22 @@ botConfigs:
botId: "trigger"
dryRun: false
metricsPort: 9465

floatingMaker:
botId: "floatingMaker"
dryRun: false
metricsPort: 9669
intervalMs: 7500
# The larger offset values are closer to the oracle, so for proper configuration,
# minOrderOffset > baseOrderOffset > maxOrderOffset
baseOrderOffset: 90
minOrderOffset: 99
maxOrderOffset: 50
orderSize: 2
# If subAccountId is set, it should also be included on the subaccounts config above
subAccountId: 1
maxPositionExposure: 0.1
perpMarketIndices:
- 0 # SOL
- 9 # SUI

Loading