ZSaed2.1 total users data
    Updated 2023-02-26
    select
    count(DISTINCT tx_id) as num_tx,
    count(DISTINCT tx_from) as num_sender,
    sum(fee) as total_fee
    from
    axelar.core.fact_transactions
    where
    TX_SUCCEEDED = true
    Run a query to Download Data