add some cfg for deploy

This commit is contained in:
CounterFire2023 2024-09-11 16:38:38 +08:00
parent 6f1f2f8511
commit f21187256e

View File

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