sheggzietotal txs
    Updated 2024-08-24
    SELECT
    COUNT(tx_hash) AS total txs
    FROM
    berachain.testnet.fact_transactions
    WHERE
    tx_succeeded = 'TRUE'
    QueryRunArchived: QueryRun has been archived