hamizawan1OSMOSIS DAILY ACTIVE ADDRESSES
    Updated 2023-04-13
    select BLOCK_TIMESTAMP::date as day, count(distinct TX_FROM) as DAILY_ACTIVE_ADDRESSES from
    osmosis.core.fact_transactions group by 1 ORDER BY day ASC;
    Run a query to Download Data