diff --git a/cross-chain/base/deploy_l2/02_deploy_base_wormhole_gateway.ts b/cross-chain/base/deploy_l2/02_deploy_base_wormhole_gateway.ts index 2cb5e2548..7d5e64147 100644 --- a/cross-chain/base/deploy_l2/02_deploy_base_wormhole_gateway.ts +++ b/cross-chain/base/deploy_l2/02_deploy_base_wormhole_gateway.ts @@ -56,7 +56,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) { // link the proxy to the implementation contract’s ABI on (Ether)scan. await hre.run("verify", { address: proxyDeployment.address, - constructorArgsParams: proxyDeployment.args, + constructorArgsParams: [], }) } }