Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ContractVerifier.ts
Browse files Browse the repository at this point in the history
Pronoss authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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,
};
}

0 comments on commit 7ddd646

Please sign in to comment.