From 46be3c6e8aa9ad64e7d7bfee610afc3dbc19f485 Mon Sep 17 00:00:00 2001 From: Zer0dot Date: Wed, 24 Feb 2021 16:43:57 -0500 Subject: [PATCH] Clarified comment --- helpers/init-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/init-helpers.ts b/helpers/init-helpers.ts index f0014347..7d8f7eb4 100644 --- a/helpers/init-helpers.ts +++ b/helpers/init-helpers.ts @@ -105,7 +105,7 @@ export const initReservesByHelper = async ( let stableDebtTokenImplementationAddress = ''; let variableDebtTokenImplementationAddress = ''; - // NOT WORKING ON MATIC + // NOT WORKING ON MATIC, DEPLOYING INDIVIDUAL IMPLs INSTEAD // const tx1 = await waitForTx( // await stableAndVariableDeployer.initDeployment([ZERO_ADDRESS], ["1"]) // );