diff --git a/deploy/10_deploy_cecdistributor.ts b/deploy/10_deploy_cecdistributor.ts index 4329fac..6379b7b 100644 --- a/deploy/10_deploy_cecdistributor.ts +++ b/deploy/10_deploy_cecdistributor.ts @@ -13,7 +13,7 @@ const deployCECDistributor: DeployFunction = const { cec } = config.staking // update distributor wallet const wallet = admin; - const params: any[] = [ 'first', cec, wallet, 0, 12, 100000] + const params: any[] = [ 'first', cec] // const params: any[] = [ 'first', cec, wallet, 0, 10, 500000] const ret = await hre.deployments.deploy("CECDistributor", { from,