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 } } }