messarisolana vote txs
    Updated 2025-01-05
    select
    date(block_timestamp) as date,
    sum(num_votes) as votes
    from
    solana.gov.fact_votes_agg_block
    group by 1
    having date is not null
    order by 1 desc
    QueryRunArchived: QueryRun has been archived