From 73dbb81ad37b8864f3cebd5d303e44cf98a98861 Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Thu, 25 Apr 2024 11:55:25 +0000 Subject: [PATCH] fix run current --- dexs/helix-markets/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dexs/helix-markets/index.ts b/dexs/helix-markets/index.ts index b16c62ca5c..fdd708d884 100644 --- a/dexs/helix-markets/index.ts +++ b/dexs/helix-markets/index.ts @@ -21,6 +21,7 @@ const adapter: SimpleAdapter = { [CHAIN.ICP]: { fetch: fetch, start: 1713830400, + runAtCurrTime: true, } } }