Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 4add3f8

Browse files
committed
fix typo
1 parent de1b107 commit 4add3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doppler-v3-indexer/src/indexer/indexer-v4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ ponder.on("UniswapV4Initializer2:Create", async ({ event, context }) => {
365365
]);
366366
});
367367

368-
ponder.on("UniswapV4Pool:Swap", async ({ event, context }) => {
368+
ponder.on("UniswapV4Pool2:Swap", async ({ event, context }) => {
369369
const address = event.log.address.toLowerCase() as `0x${string}`;
370370
const { currentTick, totalProceeds, totalTokensSold } = event.args;
371371
const timestamp = event.block.timestamp;

0 commit comments

Comments
 (0)