From 044e377f0cf0b825e3167ddd5e9420cdb1a46be6 Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Sat, 2 Mar 2024 15:42:49 +0000 Subject: [PATCH] fix starttime --- dexs/standard-mode/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexs/standard-mode/index.ts b/dexs/standard-mode/index.ts index 78e2cf8dd3..0208acbf91 100644 --- a/dexs/standard-mode/index.ts +++ b/dexs/standard-mode/index.ts @@ -40,7 +40,7 @@ const fetchVolune: FetchV2 = async (options: FetchOptions) => { } -const options: any = { fetch: fetchVolune, start: 1651363200 } +const options: any = { fetch: fetchVolune, start: 1708992000 } const adapters: SimpleAdapter = { adapter: { [CHAIN.MODE]: options,