ML6arbi- Daily transactions since June 20, 2022
    Updated 2022-08-28
    select count(1) as transaction_count , to_date(block_timestamp::date) as date
    from arbitrum.core.fact_transactions
    where STATUS='SUCCESS' and date >'2022-06-20' and date <= '2022-07-01'
    group by 2
    Run a query to Download Data