From be067e4476bf5b96e5fb2b29223b8d1d8e1e9f82 Mon Sep 17 00:00:00 2001 From: ryley-o <30364988+ryley-o@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:23:02 -0700 Subject: [PATCH] add log index to e2e graphql --- tests/e2e/runner/__tests__/graphql/get-bids.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/runner/__tests__/graphql/get-bids.graphql b/tests/e2e/runner/__tests__/graphql/get-bids.graphql index 5663cc6e..89b4d21c 100644 --- a/tests/e2e/runner/__tests__/graphql/get-bids.graphql +++ b/tests/e2e/runner/__tests__/graphql/get-bids.graphql @@ -19,6 +19,7 @@ fragment BidDetails on Bid { value winningBid timestamp + logIndex updatedAt }