nsa2000Daily Deployed Contracts on Near Protocol
    Updated 2022-09-28
    select count(distinct tx_hash), date_trunc('day', block_timestamp) from near.core.fact_actions_events
    where ACTION_NAME='DeployContract'
    group by 2

    Run a query to Download Data