Skip to content

Commit

Permalink
Upadate sql file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason4276 committed Dec 18, 2024
1 parent 44169d6 commit d6902fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WITH op_pools AS (
fee AS fee_tier,
evt_block_time AS creation_time
FROM
{{ source('uniswap_optimism', 'pools') }}
{{ source('uniswap_v3_optimism', 'pools') }}
WHERE
(token0 = 0x4200000000000000000000000000000000000042
OR token1 = 0x4200000000000000000000000000000000000042)
Expand Down

0 comments on commit d6902fe

Please sign in to comment.