LittlerDataaction executed
    Updated 2022-06-10
    select
    liquidity_provider_address,
    action,
    count(tx_id)
    from osmosis.core.fact_liquidity_provider_actions where block_id between '4707300' and '4713064'
    group by 1,2
    order by 3 desc
    Run a query to Download Data