i_danMONAD: Testnet All-Time Total
    Updated 2025-02-21
    SELECT
    Count(tx_hash) AS "Transactions"
    , Count(DISTINCT from_address) AS "Users"
    FROM monad.testnet.fact_transactions
    --GROUP BY 2
    --ORDER BY 1 DESC

    QueryRunArchived: QueryRun has been archived