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 {