change deploy script for cecdistributor
This commit is contained in:
parent
a68227a17a
commit
a3691fe201
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user