NuveveCryptoArchivedHarmony Active Users In The Past 30 Days
    Updated 2022-06-29
    select
    block_timestamp::date as date,
    count(distinct(native_from_address)) as active_users
    from flipside_prod_db.mdao_harmony.txs
    where block_timestamp >= current_date - 30
    group by date
    Run a query to Download Data