Skip to content

Commit

Permalink
fix starttime increment-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 10, 2024
1 parent ce4cd25 commit 3ac341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/increment-protocol/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
);
return { dailyVolume };
},
start: 1710004200 // 2024-03-09 09:10
start: 1710720000
}
}
};

0 comments on commit 3ac341f

Please sign in to comment.