Skip to content

Commit

Permalink
Update balancer_cow_amms_3959044.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold authored Sep 27, 2024
1 parent 942a667 commit e3f10dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cowamm/balancer_cow_amms_3959044.sql
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cowamms_arbitrum as (
where
contract_address in (select address from cowamm_creations_arbitrum)
and topic0 = 0xe4e1e53800000000000000000000000000000000000000000000000000000000
and block_time >= cast('2024-09-10 00:00:00' as timestamp)
and block_time >= cast('2024-09-01 00:00:00' as timestamp)
group by 1, 2
),

Expand Down

0 comments on commit e3f10dd

Please sign in to comment.