add some cfg for deploy
This commit is contained in:
parent
6f1f2f8511
commit
f21187256e
@ -86,6 +86,8 @@ const deployNFTClaim: DeployFunction = async function (hre: HardhatRuntimeEnviro
|
|||||||
await tx.wait();
|
await tx.wait();
|
||||||
tx = await esCECContract.setHandler(stakedCecDistributor.address, true);
|
tx = await esCECContract.setHandler(stakedCecDistributor.address, true);
|
||||||
await tx.wait();
|
await tx.wait();
|
||||||
|
tx = await esCECContract.setHandler(vester.address, true);
|
||||||
|
await tx.wait();
|
||||||
console.log("==esCECContract setHandler");
|
console.log("==esCECContract setHandler");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user