nsa2000Monthly number of deployed contracts on NEAR protocol (Given period from Sep 2021 to Sep 2022)
    Updated 2022-09-28
    select count(distinct tx_hash), date_trunc('month', block_timestamp) from near.core.fact_actions_events
    where ACTION_NAME='DeployContract'
    group by 2
    Run a query to Download Data