ML6arbi- Daily fee since beginning of July 1, 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-07-01'
    group by 2
    Run a query to Download Data