diff --git a/warehouse/dbt/macros/models/contract_invocation_events_with_l1.sql b/warehouse/dbt/macros/models/contract_invocation_events_with_l1.sql index 5fab80891..1b874f970 100644 --- a/warehouse/dbt/macros/models/contract_invocation_events_with_l1.sql +++ b/warehouse/dbt/macros/models/contract_invocation_events_with_l1.sql @@ -14,7 +14,7 @@ transactions as ( LOWER(to_address) as to_artifact_source_id, LOWER(from_address) as from_artifact_source_id, receipt_status, - (receipt_gas_used * receipt_effective_gas_price) as l2_gas_fee + (receipt_gas_used * gas_price) as l2_gas_fee from {{ ref('int_%s_transactions' % lower_network_name) }} where block_timestamp >= {{ start }}