CoinConverseDaily Transactions and Unique Addresses total
    Updated 2022-07-11
    select count(distinct tx_hash) as num_txs,
    count(distinct from_address) as unique_address
    from polygon.core.fact_transactions
    where block_timestamp::date >= '2022-07-01'
    Run a query to Download Data