From 7815c61abaf335f3adf25853ebb4a4356ba83ee5 Mon Sep 17 00:00:00 2001 From: lacoop6tu Date: Mon, 25 Oct 2021 09:10:07 -0500 Subject: [PATCH] rm solved TODO --- test/TestContractHandler.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/TestContractHandler.ts b/test/TestContractHandler.ts index 61a5a084..ffc1143e 100644 --- a/test/TestContractHandler.ts +++ b/test/TestContractHandler.ts @@ -376,8 +376,7 @@ export class TestContractHandler { await RouterContract.methods .addSSContract(this.sideStakingAddress) .send({ from: owner }) - // TODO: add OPF deployment and update argument - // TODO: how are we going to call those functions with an OPF contract? it should be a multisig the owner + // TODO: add OPF deployment // await RouterContract.methods // .changeRouterOwner(communityCollector) // .send({ from: owner })