Abbas_ra21markerDao 1
    Updated 2022-09-02
    select
    Date(BLOCK_TIMESTAMP) AS DAY,
    count(TX_HASH) AS Votes,
    count(distinct PROPOSAL_ID) AS "Active proposals"
    from ethereum.maker.ez_governance_votes
    group by 1
    Run a query to Download Data