Skip to content

Commit

Permalink
Update modules/client/src/tokenVoting/internal/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
josemarinas and heueristik authored Aug 16, 2023
1 parent d1ea506 commit 988b7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client/src/tokenVoting/internal/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ export type SubgraphTokenVotingMember = {

export enum TokenVotingTokenCompatibility {
COMPATIBLE = "compatible",
NEEDS_WRAP = "needsWrap",
NEEDS_WRAPPING = "needsWrapping",
INCOMPATIBLE = "incompatible",
}

0 comments on commit 988b7cd

Please sign in to comment.