faraz-Lvyyy8pool_exited in the osmo
    Updated 2022-11-13
    select
    date_trunc('day', block_timestamp) as date,
    count(TX_ID)
    from osmosis.core.fact_liquidity_provider_actions
    where BLOCK_TIMESTAMP >= '2022-01-01'
    and CURRENCY = 'uosmo'
    and action = 'pool_exited'
    GROUP by 1
    order by 1 DESC
    Run a query to Download Data