adambaladoodles132
    Updated 2023-04-13
    select datediff('day',PROPOSAL_START_TIME , PROPOSAL_END_TIME ) as dif ,count(distinct PROPOSAL_ID) as proposals
    from ethereum.core.ez_snapshot where SPACE_ID = 'doodles.eth' group by 1

    Run a query to Download Data