From a3691fe2013f2bd6e6740528f1da9bdc77a3aafe Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Sat, 7 Sep 2024 23:46:24 +0800 Subject: [PATCH] change deploy script for cecdistributor --- deploy/10_deploy_cecdistributor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,