shadilTotal number of Snapshot proposals
    Updated 2022-08-30
    select count(distinct proposal_id) as total_proposals
    from ethereum.core.ez_snapshot
    Run a query to Download Data