Skip to content

Commit

Permalink
fix starttime
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 2, 2024
1 parent 9457f28 commit 044e377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/standard-mode/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 044e377

Please sign in to comment.