Skip to content

Commit ab53ea1

Browse files
author
Jiri Malek
committed
Update the processing to reflect the new ballot contract.
1 parent ff46eaf commit ab53ea1

File tree

5 files changed

+39
-296
lines changed

5 files changed

+39
-296
lines changed

internal/modules/ballot/ballot.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ query {
3030
ballotsClosed(finalized: false) {
3131
name
3232
address
33-
proposals
33+
proposals {
34+
id
35+
name
36+
}
3437
}
3538
}
3639
`

internal/modules/ballot/bridge.go

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)