From 13f64e3ee60f211825d3d46fdca3ad2d5760ca6c Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 4 Feb 2026 07:13:36 +0100 Subject: [PATCH] fix: regenerate subgraph bindings Regenerate subgraph bindings to remove debug statements introduced in #457. --- apollo/subgraph.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apollo/subgraph.ts b/apollo/subgraph.ts index c91df564..2a53b8fc 100644 --- a/apollo/subgraph.ts +++ b/apollo/subgraph.ts @@ -9933,12 +9933,7 @@ export type DaysLazyQueryHookResult = ReturnType; export type DaysQueryResult = Apollo.QueryResult; export const EventsDocument = gql` query events($first: Int) { - transactions( - first: $first - orderBy: timestamp - orderDirection: desc - where: {timestamp_lt: 1768380104} - ) { + transactions(first: $first, orderBy: timestamp, orderDirection: desc) { events { __typename round {