Skip to content

Commit

Permalink
Merge pull request #87 from zkLinkProtocol/feat-cors
Browse files Browse the repository at this point in the history
change season2-1 time.
  • Loading branch information
zkcarter authored Jul 15, 2024
2 parents 3646b95 + c3c8d10 commit 2cb60de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tvl/tvl.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class TvlService {
const category = "perpdex";
let totalVolume = BigNumber(0);
const startTime = "2024-05-30 00:00:00";
const endTime = "2024-07-14 00:00:00";
const endTime = "2024-07-15 21:00:00";
const categoryTvl = await this.getCategoryTvl();
const result = categoryTvl.map((item) => ({
name: item.name,
Expand Down

0 comments on commit 2cb60de

Please sign in to comment.