From 7a39d93d7957627ddc3cdd71a33d32388e55bf47 Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Thu, 1 Jun 2023 12:28:24 +0530 Subject: [PATCH] build fix --- apps/etherscan/src/app/RemixPlugin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/etherscan/src/app/RemixPlugin.tsx b/apps/etherscan/src/app/RemixPlugin.tsx index a62f9cefbd..a7b9bfe3b5 100644 --- a/apps/etherscan/src/app/RemixPlugin.tsx +++ b/apps/etherscan/src/app/RemixPlugin.tsx @@ -9,7 +9,7 @@ export class RemixClient extends PluginClient { } async verify (apiKey: string, contractAddress: string, contractArguments: string, contractName: string, compilationResultParam: any) { - const result = await verify(apiKey, contractAddress, contractArguments, contractName, compilationResultParam, null, this, + const result = await verify(apiKey, contractAddress, contractArguments, contractName, compilationResultParam, null, false, null, this, (value: EtherScanReturn) => {}, (value: string) => {}) return result }