mattkstewVelodrome Health 3
    Updated 2022-11-15
    select
    date_trunc('day', block_timestamp),
    lp_action,
    sum(token0_amount_usd)
    from optimism.velodrome.ez_lp_actions
    group by 1,2
    Run a query to Download Data