Ali3NNumber of Votes & Active Voters on Selected Hadeswap Proposal
    Updated 2023-03-14
    select count (Distinct tx_id) as Votes,
    count (Distinct voter) as Voters
    from solana.core.fact_proposal_votes
    where realms_id = 'HgcYAkXFT1ENpUCjBZWc1TjAAFacUwdGZRNhTHx9cuo'
    and succeeded = 'TRUE'
    and proposal ilike '{{Proposal}}'


    Run a query to Download Data