From ce5a86a3d005ed580764b8664e3f73d6e418c65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=96=B0=E5=88=9A?= <719802264@qq.com> Date: Tue, 2 Feb 2021 17:25:45 +0800 Subject: [PATCH] Update VDODOContext.ts --- test/utils/VDODOContext.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/utils/VDODOContext.ts b/test/utils/VDODOContext.ts index e7ea044..3bd7601 100644 --- a/test/utils/VDODOContext.ts +++ b/test/utils/VDODOContext.ts @@ -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))