Alexaystaking
    Updated 2022-08-17
    SELECT block_timestamp::date as date, staking_action_type, count(distinct tx_hash) as txn,
    count(distinct lp_provider_address) as wallets
    from optimism.velodrome.ez_staking_actions
    group by date, staking_action_type

    Run a query to Download Data