We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa851e commit 6084346Copy full SHA for 6084346
modules/constants.js
@@ -30,10 +30,10 @@ const ORDER_STATES = Object.freeze({
30
// Defaults applied when instantiating an OrderManager with minimal configuration.
31
const DEFAULT_CONFIG = {
32
marketPrice: "pool",
33
- minPrice: "4x",
34
- maxPrice: "4x",
35
- incrementPercent: 1,
36
- targetSpreadPercent: 3,
+ minPrice: "3x",
+ maxPrice: "3x",
+ incrementPercent: 0.5,
+ targetSpreadPercent: 2,
37
active: true,
38
dryRun: false,
39
assetA: null,
0 commit comments