Skip to content

Commit 1393818

Browse files
authored
Merge pull request #93 from zephyrys/patch-1
Hourly volume wasn't being measured
2 parents 9f09b04 + 4ab4dc6 commit 1393818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mappings/core.ts

+2
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ export function handleSwap(event: SwapEvent): void {
454454
token1DayData.save()
455455
uniswapDayData.save()
456456
poolDayData.save()
457+
token0HourData.save()
458+
token1HourData.save()
457459
poolHourData.save()
458460
factory.save()
459461
pool.save()

0 commit comments

Comments
 (0)