Afonso_DiazPrograms
    Updated 2025-01-08
    select
    program_id as program,
    count(distinct tx_id) as transactions
    from
    aleo.core.fact_transitions
    where block_timestamp < '2025-01-01'

    group by 1
    order by 2 desc
    limit 10
    QueryRunArchived: QueryRun has been archived