From fa9daf23928ea2e29ebd8634214ec48d4cdb239f Mon Sep 17 00:00:00 2001 From: tyler17 Date: Wed, 2 Oct 2024 17:14:29 -0700 Subject: [PATCH] add delegateVersion to allDelegates query in whitelist --- queries/allDelegates.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/queries/allDelegates.graphql b/queries/allDelegates.graphql index 55848eb..e52cd2b 100644 --- a/queries/allDelegates.graphql +++ b/queries/allDelegates.graphql @@ -4,6 +4,7 @@ query allDelegates { delegate voteDelegate blockTimestamp + delegateVersion } } }