Skip to content

Commit

Permalink
Use consolidated app data view (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold authored Dec 12, 2024
1 parent d554920 commit 0627996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ per_trade_protocol_fees as (
) * r.data.protocol_fee_native_price / pow(10, 18) as raw_integrator_fee_in_eth -- noqa: RF01
from
cow_protocol_ethereum.trades as t
left join dune.cowprotocol.dataset_app_data_mainnet as a on t.app_data = a.contract_app_data
left join dune.cowprotocol.result_cow_protocol_ethereum_app_data as a on t.app_data = a.app_hash
left join cowswap.raw_order_rewards as r
on
r.order_uid = cast(t.order_uid as varchar)
Expand Down

0 comments on commit 0627996

Please sign in to comment.