misaghlbVelodrome Health (Redux) - votes
    Updated 2022-11-13
    select vote_action,
    count (distinct tx_hash) as votes,
    count (distinct origin_from_address) as voters
    from optimism.velodrome.ez_votes
    group by vote_action
    Run a query to Download Data