kingharald-ethMarket that used most fee on Lending market on Polygon Network
    Updated 2022-07-13
    select symbol, sum(TX_FEE) as total_fee from polygon.sushi.ez_lending a
    join polygon.core.fact_transactions b on a.tx_hash = b.tx_hash
    where a.origin_function_signature = '0x656f3d64'
    group by symbol
    Run a query to Download Data