kingharald-ethInformation per Proposals
    Updated 2022-09-06
    select proposal_id, count(distinct(tx_hash)) as tx_num, count(distinct(voter)) as voters_num from ethereum.maker.ez_governance_votes
    where tx_status = 'SUCCESS'
    group by proposal_id
    order by tx_num desc
    Run a query to Download Data