We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9e2ca commit f25b31aCopy full SHA for f25b31a
types/governor.ts
@@ -17,4 +17,4 @@ export enum VoteType {
17
Abstain,
18
}
19
20
-export type Proposal = [string[], BigNumberish[], BytesLike[]]
+export type Proposal = [string[], BigNumberish[], BytesLike[], string]
0 commit comments