Updated 2025-01-05
    select
    count(distinct block_number) as blocks
    from
    mantle.core.fact_blocks
    where
    block_timestamp between '{{ start_date }}' and '{{ end_date }}'



    QueryRunArchived: QueryRun has been archived