sarathDEX change osmo5
    Updated 2022-11-16
    SELECT top 1000 date(block_timestamp) as date, count(delegator_Address) as stakers, sum(amount) as staking_volume from osmosis.core.fact_staking

    where date>'2022-10-01'
    GROUP by 1
    order by staking_volume desc
    Run a query to Download Data