Skip to content

Commit

Permalink
fix missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 26, 2024
1 parent a018e30 commit 7b55ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/kyberswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function buildFromEndpoints(endpoints: typeof classicEndpoints, graphs: typeof c
const adapter: BreakdownAdapter = {
version: 2,
breakdown: {
// classic: buildFromEndpoints(classicEndpoints, classicGraphs, DEFAULT_DAILY_VOLUME_FIELD, "dmmDayDatas", false),
classic: buildFromEndpoints(classicEndpoints, classicGraphs, DEFAULT_DAILY_VOLUME_FIELD, "dmmDayDatas", false),
elastic: buildFromEndpoints(elasticEndpoints, elasticGraphs, "volumeUSD", "kyberSwapDayDatas", true)
}
}
Expand Down

0 comments on commit 7b55ea8

Please sign in to comment.