0xHaM-dTop 10 Prop by Voters Count
    Updated 2023-01-23
    select
    'Id: ' || proposal_id,
    count(distinct voter) as voters_cnt
    from terra.core.fact_governance_votes
    group by 1
    order by 2 DESC
    limit 10
    Run a query to Download Data