Update VDODOContext.ts

This commit is contained in:
杨新刚
2021-02-02 17:25:45 +08:00
parent ddda681a6a
commit ce5a86a3d0

View File

@@ -90,6 +90,10 @@ export class VDODOContext {
]
)
await this.Governance.methods.setVDODOAddress(
this.VDODO.options.address
).send(this.sendParam(this.Deployer))
await this.Governance.methods.initOwner(
this.Deployer
).send(this.sendParam(this.Deployer))