change deploy script for cecdistributor

This commit is contained in:
CounterFire2023 2024-09-07 23:46:24 +08:00
parent a68227a17a
commit a3691fe201

View File

@ -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,