heroldDaily Pools Usage
    Updated 2022-07-08
    select block_timestamp::date as day, count(distinct t.value) as pool
    from osmosis.core.fact_swaps, table(flatten(input => pool_ids)) as t
    where block_timestamp::date >= '2022-05-01'
    group by 1
    Run a query to Download Data