Skip to content

Commit

Permalink
Merge pull request #141 from reservoirprotocol/ofir/platf-4708-invest…
Browse files Browse the repository at this point in the history
…igate-element-okx-orders-not-being-aggregating-on

feat: enable by default
  • Loading branch information
nofir authored Nov 21, 2024
2 parents 8d906a9 + 624f9c2 commit 6f5ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const config = {
okxSecretKey: String(process.env.OKX_SECRET_KEY),
okxPassphrase: String(process.env.OKX_PASSPHRASE),
okxChainName: process.env.OKX_CHAIN_NAME,
doOkxWork: Boolean(Number(process.env.DO_OKX_WORK)),
doOkxWork: Boolean(Number(process.env.DO_OKX_WORK || 1)),

doBackgroundWork: Boolean(Number(process.env.DO_BACKGROUND_WORK)),
doBackfillWork: Boolean(Number(process.env.DO_BACKFILL_WORK)),
Expand Down

0 comments on commit 6f5ba35

Please sign in to comment.