SalehOverview
    Updated 2025-02-08
    select
    count(DISTINCT tx_hash) as "# of Transactions"
    ,count(DISTINCT from_address) as "Wallets"
    from swell.core.fact_transactions
    where TX_SUCCEEDED
    QueryRunArchived: QueryRun has been archived