weseleyxyzlegislative-gold
    Updated 2024-11-11
    select
    date(block_timestamp) as date,
    count(*) as txns
    from eclipse.core.fact_transactions
    where block_timestamp > date('2024-11-01')
    group by 1
    QueryRunArchived: QueryRun has been archived