kingharald-ethTribeca Proposals Number Per Program
    Updated 2022-08-19
    select program_name, count(distinct(proposal)) as proposals_num from solana.core.fact_proposal_votes
    where succeeded = 1
    and GOVERNANCE_PLATFORM = 'tribeca'
    group by program_name
    order by proposals_num desc
    Run a query to Download Data