Skip to content

Commit

Permalink
fix missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jun 4, 2024
1 parent 58b93b4 commit 1d8a6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/tasks/helpers/ConstructorArguments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ async function getTallyConstructorArguments(
tallyContract.vkRegistry(),
tallyContract.poll(),
tallyContract.messageProcessor(),
tallyContract.mode(),
])

return args
Expand All @@ -174,6 +175,7 @@ async function getMessageProcessorConstructorArguments(
messageProcesor.verifier(),
messageProcesor.vkRegistry(),
messageProcesor.poll(),
messageProcesor.mode(),
])

return args
Expand Down

0 comments on commit 1d8a6eb

Please sign in to comment.