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 20, 2024
1 parent 3bcaf18 commit 47b3005
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,
creation_block_time AS creation_time
FROM
{{ source('uniswap_v3_optimism', 'pools') }}
{{ source('uniswap_optimism', 'pools') }}
WHERE
(token0 = 0x4200000000000000000000000000000000000042
OR token1 = 0x4200000000000000000000000000000000000042)
Expand Down

0 comments on commit 47b3005

Please sign in to comment.