Skip to content

Commit

Permalink
force using total volume
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi authored Apr 3, 2024
1 parent 55a6c3e commit d859dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/getUniSubgraphVolume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function getChainVolume({
dateField: DEFAULT_DAILY_DATE_FIELD
},
customDailyVolume = undefined,
hasDailyVolume = true,
hasDailyVolume = false,
hasTotalVolume = true,
getCustomBlock = undefined,
}: IGetChainVolumeParams) {
Expand Down

0 comments on commit d859dff

Please sign in to comment.