SalehUntitled Query
    Updated 2022-01-26
    select DISTINCT pool_name,pool_address,platform from ethereum.dex_liquidity_pools
    where upper(pool_name) like 'SUSHI-%ETH%'

    Run a query to Download Data