Updated 2022-10-11
    select
    block_timestamp::date as day,
    count(distinct signers[0]) as active_users
    from solana.core.fact_transactions
    where instructions[0]:programId='HubbLeXBb7qyLHt3x7gvYaRrxQmmgExb7fCJgDqFuB6T'
    group by 1
    Run a query to Download Data