Afonso_DiazBy blockchain
    Updated 2024-10-23
    select
    blockchain,
    count(distinct tx_hash) as transactions,
    count (distinct service_id) as services
    from
    crosschain.olas.fact_service_events
    where block_timestamp >= '2024-01-01'

    group by 1

    QueryRunArchived: QueryRun has been archived