hessDAU on SEI V2 only
    Updated 2025-03-05
    select block_timestamp::date as day,
    count(DISTINCT from_address) as DAU,
    count(DISTINCT tx_hash) as transactions
    from sei.core_evm.fact_transactions
    where block_timestamp::date >= '{{Start}}' and block_timestamp::date <= '{{End}}'
    group by 1
    QueryRunArchived: QueryRun has been archived