HadisehCity Amidst the Storm 11
    Updated 2022-11-16
    select block_timestamp::date as date,
    count(distinct TX_SIGNER ) as total_wallet
    from near.core.fact_transactions
    where date between '2022-11-07' and '2022-11-14'
    group by 1
    order by 1
    Run a query to Download Data