Skip to content

Commit 6084346

Browse files
committed
update default bot settings
1 parent eaa851e commit 6084346

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ const ORDER_STATES = Object.freeze({
3030
// Defaults applied when instantiating an OrderManager with minimal configuration.
3131
const DEFAULT_CONFIG = {
3232
marketPrice: "pool",
33-
minPrice: "4x",
34-
maxPrice: "4x",
35-
incrementPercent: 1,
36-
targetSpreadPercent: 3,
33+
minPrice: "3x",
34+
maxPrice: "3x",
35+
incrementPercent: 0.5,
36+
targetSpreadPercent: 2,
3737
active: true,
3838
dryRun: false,
3939
assetA: null,

0 commit comments

Comments
 (0)