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 39a7e32 commit 0c9c0c9Copy full SHA for 0c9c0c9
packages/contracts/scripts/verify-contracts.ts
@@ -6,12 +6,12 @@ async function main() {
6
7
if (deployedContracts) {
8
await run("verify:verify", {
9
- address: deployedContracts["Semaphore"],
+ address: deployedContracts.Semaphore,
10
constructorArguments: [verifiersToSolidityArgument(deployedContracts)]
11
})
12
13
14
- address: deployedContracts["IncrementalBinaryTree"]
+ address: deployedContracts.IncrementalBinaryTree
15
16
}
17
0 commit comments