Skip to content

Commit 9c802cc

Browse files
committed
add plugin hardhat-logger
1 parent 781161c commit 9c802cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/content/hardhat-runner/plugins/plugins.ts

+9
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,15 @@ const communityPlugins: IPlugin[] = [
838838
description: "Hardhat plugin to deeply compare smart contracts",
839839
tags: ["Storage Layout", "Bytecode", "Diff", "Compare"],
840840
},
841+
{
842+
name: "hardhat-logger",
843+
author: "kruglay",
844+
npmPackage: "hardhat-logger",
845+
authorUrl: "https://github.com/kruglay/hardhat-logger",
846+
description:
847+
"Show transaction params before hardhat send transaction to network",
848+
tags: ["log", "logger", "transaction"],
849+
},
841850
];
842851

843852
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)