sinahosseinzadehUntitled Query
    Updated 2022-08-08
    select BLOCK_TIMESTAMP::date date,sum(TX_FEE) TX_FEE
    from optimism.core.fact_transactions
    where BLOCK_TIMESTAMP::date>='2022-06-01'
    group by 1
    Run a query to Download Data