mmdreza10 token have highest fee
    Updated 2022-06-26
    select avg(GAS_USED) Average_gas,project_name
    from osmosis.core.fact_swaps fs
    join osmosis.core.dim_labels on address = to_currency
    join osmosis.core.fact_transactions ft on ft.tx_id = fs.tx_id
    group by project_name
    order by average_gas
    limit 10
    Run a query to Download Data