flipsidecryptoTotal Transactions
    Updated 2023-12-21
    select
    -- case
    -- when tx_type like '%MsgAggregateExchangeRateVote%' then true
    -- else false
    -- end IS_AggregateExchangeRateVote,
    count(1) transaction_count
    from
    sei_testnet.silver.transactions
    -- group by
    -- 1
    Run a query to Download Data