Skip to content

Commit

Permalink
Minor log change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Dec 13, 2024
1 parent fc21dc1 commit b0490ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b0490ab

Please sign in to comment.