messari2024-04-09 03:40 PM
    Updated 2024-04-09
    select
    date(block_timestamp) as date,
    min(block_id) as min_block,
    count(DISTINCT tx_from) as active_addresses
    from osmosis.core.fact_transactions group by 1 order by date desc;
    QueryRunArchived: QueryRun has been archived