From f21187256e2075c212359638d765b195b7e727ed Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:38:38 +0800 Subject: [PATCH] add some cfg for deploy --- deploy/8_2_deploy_staking_cec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/8_2_deploy_staking_cec.ts b/deploy/8_2_deploy_staking_cec.ts index 3bdfa16..4113193 100644 --- a/deploy/8_2_deploy_staking_cec.ts +++ b/deploy/8_2_deploy_staking_cec.ts @@ -86,6 +86,8 @@ const deployNFTClaim: DeployFunction = async function (hre: HardhatRuntimeEnviro await tx.wait(); tx = await esCECContract.setHandler(stakedCecDistributor.address, true); await tx.wait(); + tx = await esCECContract.setHandler(vester.address, true); + await tx.wait(); console.log("==esCECContract setHandler"); };