dvm测试用例初始化修改

This commit is contained in:
杨新刚
2021-01-07 12:49:31 +08:00
parent f2fca85611
commit bedc37c08a

View File

@@ -83,14 +83,14 @@ export class DVMContext {
this.SpareAccounts = allAccounts.slice(2, 10);
await this.DVM.methods.init(
this.Deployer,
// this.Deployer,
this.Maintainer,
this.BASE.options.address,
this.QUOTE.options.address,
lpFeeRateModel.options.address,
mtFeeRateModel.options.address,
permissionManager.options.address,
gasPriceSource.options.address,
// permissionManager.options.address,
// gasPriceSource.options.address,
config.i,
config.k
).send(this.sendParam(this.Deployer))