Skip to content

Commit

Permalink
fix starttime
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 22, 2024
1 parent 43acb6c commit a86491e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/glyph-exchange/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const classic = Object.keys(endpointsClassic).reduce(
...acc,
[chain]: {
fetch: graphsClassic(chain as Chain),
start: getStartTimestamp({ ...startTimeQueryClassic, chain }),
start: 1710806400,
meta: {
methodology: {
Fees: "GlyphExchange charges a flat 0.3% fee",
Expand Down

0 comments on commit a86491e

Please sign in to comment.