Skip to content

Commit

Permalink
remove pool bind
Browse files Browse the repository at this point in the history
  • Loading branch information
mzywang committed Mar 27, 2024
1 parent 7c19c11 commit 0628a21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mappings/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ export function handleSwap(event: SwapEvent): void {
swap.sqrtPriceX96 = event.params.sqrtPriceX96
swap.logIndex = event.logIndex

// update fee growth
let poolContract = PoolABI.bind(event.address)

// interval data
let uniswapDayData = updateUniswapDayData(event)
let poolDayData = updatePoolDayData(event)
Expand Down

0 comments on commit 0628a21

Please sign in to comment.