boomer77osmosis total tx status
    Updated 2022-05-28
    select date_trunc('day', block_timestamp) as dt, count (distinct tx_id) as tx_count, tx_status
    from osmosis.core.fact_msgs
    where date(block_timestamp) >= CURRENT_DATE - 121
    group by 1,3
    Run a query to Download Data