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