superflyUntitled Query
    Updated 2022-08-15
    SELECT
    'Mango DAO' as DAO,
    count(distinct(TX_ID)) as votes
    from solana.core.fact_proposal_votes
    where PROGRAM_NAME='GqTPL6qRf5aUuqscLh8Rg2HTxPUXfhhAXDptTLhp1t2J'
    Run a query to Download Data