cypherOsmosis circulating supply
    Updated 2022-05-30
    with date_table as (select distinct(date(date_trunc('day', block_timestamp))) as day
    from osmosis.core.fact_msg_attributes
    where msg_type = 'delegate'
    order by day desc)


    Run a query to Download Data