Skip to content

Commit

Permalink
switch to closed interval
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Dec 20, 2024
1 parent 4b7be2b commit 51b07e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ inner join cow_protocol_{{blockchain}}.trades as t
left join dune.cowprotocol.result_cow_protocol_{{blockchain}}_app_data as a on t.app_data = a.app_hash
where
block_number >= (select start_block from block_range)
and block_number < (select end_block from block_range)
and block_number <= (select end_block from block_range)
group by 1
order by 1 desc

0 comments on commit 51b07e2

Please sign in to comment.