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 85acdb7 commit c9c99c7Copy full SHA for c9c99c7
packages/contracts/scripts/verify-contracts.ts
@@ -16,8 +16,7 @@ async function main() {
16
const deployedContracts = getDeployedContracts(hardhatArguments.network)
17
18
if (deployedContracts) {
19
- await verify(deployedContracts.IncrementalBinaryTree)
20
- await verify(deployedContracts.Pairing)
+ await verify(deployedContracts.Poseidon)
21
await verify(deployedContracts.SemaphoreVerifier)
22
await verify(deployedContracts.Semaphore, [deployedContracts.SemaphoreVerifier])
23
}
0 commit comments