Sbhn_NPOptimism most swapped tokens
    Updated 2022-10-16
    select symbol_in as token,count(DISTINCT tx_hash) as swaps
    from optimism.sushi.ez_swaps
    where block_timestamp >= '2022-06-01'
    group by 1
    order by 2 desc
    limit 5
    Run a query to Download Data