diff --git a/core/deploy/01_deploy_acre.ts b/core/deploy/01_deploy_acre.ts index 531fc6c12..ffcfaf660 100644 --- a/core/deploy/01_deploy_acre.ts +++ b/core/deploy/01_deploy_acre.ts @@ -9,7 +9,7 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => { await deployments.deploy("Acre", { from: deployer, - args: [tbtc.address], + args: [tbtc.address, deployer], log: true, waitConfirmations: 1, })