SpiltadavidWEEKLY CONTRACTS NEAR
    Updated 2023-01-26
    select count(distinct tx_hash),trunc(block_timestamp::date,'WEEK') as date
    from near.core.fact_actions_events where action_name = 'DeployContract'
    group by date

    Run a query to Download Data