ML6arbi- Daily fee since June 20, 2022
    Updated 2022-08-28
    select sum(TX_FEE) as fee ,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