Skip to content

Commit

Permalink
adapt forgotten query
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Dec 3, 2024
1 parent 95a6b4d commit f7af596
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ per_trade_protocol_fees as (
and t.tx_hash = from_hex(r.tx_hash)
where
json_extract(a.encode, '$.metadata.partnerFee.recipient') is not null
and t.block_number >= (select start_block from "query_3333356(start_time='{{start_time}}',end_time='{{end_time}}')")
and t.block_number < (select end_block from "query_3333356(start_time='{{start_time}}',end_time='{{end_time}}')")
and t.block_number >= (select start_block from "query_3333356(blockchain='ethereum',start_time='{{start_time}}',end_time='{{end_time}}')")
and t.block_number < (select end_block from "query_3333356(blockchain='ethereum',start_time='{{start_time}}',end_time='{{end_time}}')")
order by
t.block_time desc
),
Expand Down

0 comments on commit f7af596

Please sign in to comment.