v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

volumeUSD is same as untrackedVolumeUSD in token hour/day data

Open maxwellboltz opened this issue 2 years ago • 1 comments

i saw code in handleSwap():

token1DayData.volumeUSD = token1DayData.volumeUSD.plus(amountTotalUSDTracked)
token1DayData.untrackedVolumeUSD = token1DayData.untrackedVolumeUSD.plus(amountTotalUSDTracked)

i wonder if the second line's parameter should be amountTotalUSDUntracked?

maxwellboltz avatar May 24 '22 08:05 maxwellboltz

+1

drewgillen avatar Jun 13 '22 22:06 drewgillen