farid-c9j0VMfrom asset number
    Updated 2022-10-27
    select
    SYMBOL_IN as swap_from,
    count (distinct tx_hash) as swaps_count
    from optimism.sushi.ez_swaps
    where block_timestamp > '2022-07-01'
    group by 1
    order by 2 DESC
    limit 5
    Run a query to Download Data