Skip to content

Commit

Permalink
fix starttime
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Oct 18, 2023
1 parent 83adb92 commit 97edc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/dx25/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const rpc = (url: string, method: string, params: any) =>
const adapter: SimpleAdapter = {
adapter: {
[CHAIN.ELROND]: {
start: async () => 1697544000,
start: async () => 1697414400,
fetch: async (ts) => {
const data = await rpc(POOLS_SERVICE_URL, 'volumes_statistic', {
timestamp: ts,
Expand Down

0 comments on commit 97edc1e

Please sign in to comment.