headitmanagerdaily - number of Solana unique wallets
    Updated 2022-03-12
    select count(distinct tx_from_address),date(block_timestamp::date) as date from solana.transactions
    where SUCCEEDED='TRUE' and date >= '2022-01-01'
    group by date
    Run a query to Download Data