Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgingerich committed Aug 19, 2024
1 parent f6a278a commit ca0e8e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WITH l1_data AS (
, name
, SUM(verification_fee_native) as verification_fee_native
, SUM(verification_fee_usd) as verification_fee_usd
FROM {{ ref('rollup_economics_etheruem_l1_verification_fees')}}
FROM {{ ref('rollup_economics_ethereum_l1_verification_fees')}}
{% if is_incremental() %}
WHERE {{incremental_predicate('block_time')}}
{% endif %}
Expand Down

0 comments on commit ca0e8e9

Please sign in to comment.