vendettaaurora transactions per day in 2022
    Updated 2023-02-22
    -- forked from 55cb4c84-3c40-4dfc-a585-17b8e92b527f

    select count(distinct tx_hash) , date_trunc('day', block_timestamp)
    from near.core.fact_transactions where tx_receiver='aurora' and year(block_timestamp)=2022
    group by 2


    Run a query to Download Data