Sandeshforced unstake
    Updated 2022-07-18
    select block_timestamp::date, count(distinct tx_id) from osmosis.core.fact_superfluid_staking
    where action ='SuperfluidDelegate'
    group by 1

    -- select distinct action from osmosis.core.fact_superfluid_staking
    Run a query to Download Data