ML6Qualified Pools of uniswap & sushiswap
    Updated 2022-07-03
    select sum(amount_in_usd) as amount,pool_name,platform from ethereum.core.ez_dex_swaps where
    platform='sushiswap' or platform='uniswap-v2' and amount_in_usd > 0
    group by 2,3
    having amount>=100000
    Run a query to Download Data