mmdrezaDaily fee on Kashi lending market(polygon)
    Updated 2022-07-12
    select date_trunc('day',block_timestamp)as date,sum(tx_fee) as total_fee
    from polygon.core.fact_transactions
    where tx_hash in (select tx_hash
    from flipside_prod_db.crosschain.ez_lending)
    group by date
    order by date asc
    Run a query to Download Data