mohammadhthe new wallets were created in May
    Updated 2022-06-14
    select count (distinct(ADDRESS))as count_address ,date_trunc('day',block_timestamp) as block_day
    from flipside_prod_db.algorand.account join flipside_prod_db.algorand.block on CREATED_AT=BLOCK_ID
    where block_day >='2022-05-01'
    group by block_day
    Run a query to Download Data