Sbhn_NPPool Votes Volume
    Updated 2022-08-17
    select pool_name,sum(vote_amount) as volume
    from optimism.velodrome.ez_votes
    where block_timestamp > CURRENT_DATE -90
    group by 1
    order by 2 DESC
    limit 10

    Run a query to Download Data