Skip to content

Commit e6a8e2e

Browse files
authored
Merge pull request #4427 from kruglay/add-plugin-logger
add plugin hardhat-logger
2 parents 41be392 + 9c802cc commit e6a8e2e

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
@@ -845,6 +845,15 @@ const communityPlugins: IPlugin[] = [
845845
description: "Hardhat plugin to deeply compare smart contracts",
846846
tags: ["Storage Layout", "Bytecode", "Diff", "Compare"],
847847
},
848+
{
849+
name: "hardhat-logger",
850+
author: "kruglay",
851+
npmPackage: "hardhat-logger",
852+
authorUrl: "https://github.com/kruglay/hardhat-logger",
853+
description:
854+
"Show transaction params before hardhat send transaction to network",
855+
tags: ["log", "logger", "transaction"],
856+
},
848857
];
849858

850859
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)