kenobi9270Sushiswap's ETH LPs
    Updated 2022-04-04
    select sum(amount_usd) as amount_in,pool_name from ethereum.dex_swaps where platform='sushiswap'
    and pool_name like '%ETH%'
    group by pool_name
    Run a query to Download Data