From 7ddd646908264a8072319e9c5cb278de7e107e15 Mon Sep 17 00:00:00 2001 From: Tronic Date: Thu, 16 Jan 2025 15:40:19 +0100 Subject: [PATCH] Update ContractVerifier.ts --- typescript/sdk/src/deploy/verify/ContractVerifier.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/sdk/src/deploy/verify/ContractVerifier.ts b/typescript/sdk/src/deploy/verify/ContractVerifier.ts index 32d25c9bd6..41d2b2241b 100644 --- a/typescript/sdk/src/deploy/verify/ContractVerifier.ts +++ b/typescript/sdk/src/deploy/verify/ContractVerifier.ts @@ -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, }; }