Skip to content

Commit

Permalink
Update ContractVerifier.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronoss authored Jan 16, 2025
1 parent 600b2ea commit 7ddd646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/sdk/src/deploy/verify/ContractVerifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export class ContractVerifier {
contractname: `${sourceName}:${input.name}`,
contractaddress: input.address,
/* TYPO IS ENFORCED BY API */
constructorArguments: strip0x(input.constructorArguments ?? ''),
constructorArguements: strip0x(input.constructorArguements ?? ''),
...this.compilerOptions,
};
}
Expand Down

0 comments on commit 7ddd646

Please sign in to comment.