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,