NuveveCryptoArchivedOptimism Delegation Activity By Type
    Updated 2023-04-13
    select
    delegation_type,
    count(tx_hash) as activity
    from optimism.core.fact_delegations
    group by delegation_type
    order by activity desc

    Run a query to Download Data