boomer77Untitled Query
    Updated 2022-10-17
    select date(block_timestamp) as dt, tx_from, count(distinct tx_id) as tx_count
    from osmosis.core.fact_transactions
    where tx_status = 'SUCCEEDED'
    group by 1,2
    Run a query to Download Data