NuveveCryptoArchivedProp 3794 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 = '3794'

    Run a query to Download Data