Pmisha-bmlMdxLiquidity pools by stETH use case
    Updated 2022-06-08
    select
    distinct POOL_NAME,
    POOL_ADDRESS,
    PLATFORM
    from ethereum.core.dim_dex_liquidity_pools
    where POOL_NAME ilike '%stETH%'
    Run a query to Download Data