cloudr3nsolana dau 2
    Updated 2025-03-02
    select date(block_timestamp) as day, count(distinct tx_hash) from boba.core.fact_transactions --where block_timestamp>='2025-01-01'
    group by day
    QueryRunArchived: QueryRun has been archived