test case update

This commit is contained in:
杨新刚
2021-01-21 11:00:43 +08:00
parent b0a0ecd190
commit 05c9a0f750
3 changed files with 19 additions and 22 deletions

View File

@@ -41,7 +41,6 @@ export class ProxyContext {
DODOIncentive: Contract;
mtFeeRateModel: Contract;
MtFeeRateModelLogic: Contract;
MtFeeRateModelLogicUpdate: Contract;
Deployer: string;
Maintainer: string;
@@ -158,7 +157,6 @@ export class ProxyContext {
this.MtFeeRateModelLogic = await contracts.newContract(contracts.FEE_RATE_MODEL_LOGIC_NAME)
this.MtFeeRateModelLogicUpdate = await contracts.newContract(contracts.FEE_RATE_MODEL_LOGIC_UPDATE_NAME)
console.log(log.blueText("[Init DVM context]"));