Clarified comment

This commit is contained in:
Zer0dot 2021-02-24 16:43:57 -05:00
parent 53139ce991
commit 46be3c6e8a

View File

@ -105,7 +105,7 @@ export const initReservesByHelper = async (
let stableDebtTokenImplementationAddress = ''; let stableDebtTokenImplementationAddress = '';
let variableDebtTokenImplementationAddress = ''; let variableDebtTokenImplementationAddress = '';
// NOT WORKING ON MATIC // NOT WORKING ON MATIC, DEPLOYING INDIVIDUAL IMPLs INSTEAD
// const tx1 = await waitForTx( // const tx1 = await waitForTx(
// await stableAndVariableDeployer.initDeployment([ZERO_ADDRESS], ["1"]) // await stableAndVariableDeployer.initDeployment([ZERO_ADDRESS], ["1"])
// ); // );