From b0490abbc00e7ff8088c0e160f7ef2efbfdc37bd Mon Sep 17 00:00:00 2001 From: Juan Ignacio Ubeira Date: Fri, 13 Dec 2024 17:42:04 -0300 Subject: [PATCH] Minor log change. --- src/task.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/task.ts b/src/task.ts index a1074488..891fa2bb 100644 --- a/src/task.ts +++ b/src/task.ts @@ -149,7 +149,7 @@ export default class Task { } } - logger.success(`Deploy contracts using factory...`); + logger.info(`Deploying contracts using factory...`); from = from || (await getSigner()); const receipt = await from?.sendTransaction(populatedDeployTransaction);