MrftiGrape DAO total votes
    Updated 2022-08-16
    SELECT count (DISTINCT tx_id) as vote_count
    FROM solana.core.fact_proposal_votes
    WHERE governance_platform='realms'
    AND succeeded='TRUE'
    AND realms_id='By2sVGZXwfQq6rAiAM3rNPJ9iQfb5e2QhnF4YjJ4Bip'

    Run a query to Download Data