update context

This commit is contained in:
杨新刚
2021-02-02 17:26:50 +08:00
parent ce5a86a3d0
commit b4eb18e278

View File

@@ -90,12 +90,13 @@ export class VDODOContext {
] ]
) )
await this.Governance.methods.setVDODOAddress(
this.VDODO.options.address
).send(this.sendParam(this.Deployer))
await this.Governance.methods.initOwner( await this.Governance.methods.initOwner(
this.Deployer this.Deployer
).send(this.sendParam(this.Deployer))
await this.Governance.methods.setVDODOAddress(
this.VDODO.options.address
).send(this.sendParam(this.Deployer)) ).send(this.sendParam(this.Deployer))
await this.DODOApprove.methods.init(this.Deployer,this.DODOApproveProxy.options.address).send(this.sendParam(this.Deployer)); await this.DODOApprove.methods.init(this.Deployer,this.DODOApproveProxy.options.address).send(this.sendParam(this.Deployer));