NuveveCryptoArchivedProp 3795 Total Vote Count
    Updated 2023-01-23
    select
    count(tx_id) as total_votes,
    count(distinct voter) as total_voters
    from terra.core.fact_governance_votes
    where proposal_id = '3795'

    Run a query to Download Data