Skip to content

Commit e8dba1c

Browse files
footballlstoreAniket-Engg
authored andcommitted
Update EtherscanVerifier.ts
1 parent b3e645d commit e8dba1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contract-verification/src/app/Verifiers/EtherscanVerifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class EtherscanVerifier extends AbstractVerifier {
5353
formData.append('contractaddress', submittedContract.address)
5454
formData.append('contractname', submittedContract.filePath + ':' + submittedContract.contractName)
5555
formData.append('compilerversion', `v${metadata.compiler.version}`)
56-
formData.append('constructorArguments', submittedContract.abiEncodedConstructorArgs?.replace('0x', '') ?? '')
56+
formData.append('constructorArguements', submittedContract.abiEncodedConstructorArgs?.replace('0x', '') ?? '')
5757

5858
const url = new URL(this.apiUrl + '/api')
5959
url.searchParams.append('module', 'contract')

0 commit comments

Comments
 (0)