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"); };