ChinmayFActive Users on Arbitrum by Day
    Updated 2023-04-13
    select date_trunc("day", block_timestamp) as Day, count(distinct from_address) as distinct_users from arbitrum.core.fact_transactions
    group by 1
    order by 1

    Run a query to Download Data