ML6number of gauge votes of SBR lockers over time
    Updated 2022-05-31
    select count(*),block_timestamp::date from flipside_prod_db.solana.fact_gauges_votes where
    voter in (select distinct SIGNER from solana.fact_gov_actions
    where mint ='Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1' and action ='LOCK' and SUCCEEDED='TRUE')
    group by 2

    Run a query to Download Data