Skip to content

Commit c9c99c7

Browse files
committed
refactor(contracts): update script to verify contracts
1 parent 85acdb7 commit c9c99c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/contracts/scripts/verify-contracts.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ async function main() {
1616
const deployedContracts = getDeployedContracts(hardhatArguments.network)
1717

1818
if (deployedContracts) {
19-
await verify(deployedContracts.IncrementalBinaryTree)
20-
await verify(deployedContracts.Pairing)
19+
await verify(deployedContracts.Poseidon)
2120
await verify(deployedContracts.SemaphoreVerifier)
2221
await verify(deployedContracts.Semaphore, [deployedContracts.SemaphoreVerifier])
2322
}

0 commit comments

Comments
 (0)