Skip to content

Commit

Permalink
refactor(contracts): update script to verify contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Jan 12, 2024
1 parent 85acdb7 commit c9c99c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/contracts/scripts/verify-contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ async function main() {
const deployedContracts = getDeployedContracts(hardhatArguments.network)

if (deployedContracts) {
await verify(deployedContracts.IncrementalBinaryTree)
await verify(deployedContracts.Pairing)
await verify(deployedContracts.Poseidon)
await verify(deployedContracts.SemaphoreVerifier)
await verify(deployedContracts.Semaphore, [deployedContracts.SemaphoreVerifier])
}
Expand Down

0 comments on commit c9c99c7

Please sign in to comment.