freemartianvote total stats
    Updated 2022-11-21
    select
    count(distinct tx_id) as vote_count,
    count(distinct voter) as voter_count
    from osmosis.core.fact_governance_votes
    where proposal_id = '362'
    and TX_STATUS = 'SUCCEEDED'
    Run a query to Download Data