From d554920dabbd384a226533b9a78b5546be10474b Mon Sep 17 00:00:00 2001 From: Haris Angelidakis <64154020+harisang@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:17:34 +0200 Subject: [PATCH] add missing line (#90) --- .../accounting/rewards/mainnet/partner_fees_query_3602560.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/cowprotocol/accounting/rewards/mainnet/partner_fees_query_3602560.sql b/cowprotocol/accounting/rewards/mainnet/partner_fees_query_3602560.sql index edca0385..e110ce1a 100644 --- a/cowprotocol/accounting/rewards/mainnet/partner_fees_query_3602560.sql +++ b/cowprotocol/accounting/rewards/mainnet/partner_fees_query_3602560.sql @@ -61,6 +61,7 @@ per_recipient_partner_fees as ( widget_app_code, case when partner_recipient = '0x63695Eee2c3141BDE314C5a6f89B98E62808d716' then sum(0.9 * raw_integrator_fee_in_eth) + else sum(0.85 * raw_integrator_fee_in_eth) end as partner_fee_part, case when partner_recipient = '0x63695Eee2c3141BDE314C5a6f89B98E62808d716' then sum(0.1 * raw_integrator_fee_in_eth)