0xaimanUsers who voted
    Updated 2021-10-11
    select voter, count(tx_id) as n_txn --VALIDATOR_ADDRESS_LABEL, count(tx_id) as a
    from terra.gov_vote
    -- group by VALIDATOR_ADDRESS_LABEL order by a desc
    --where option = 'VOTE_OPTION_YES '

    Group by voter order by n_txn desc

    limit 10
    Run a query to Download Data