Skip to content

Commit

Permalink
Merge pull request #4427 from kruglay/add-plugin-logger
Browse files Browse the repository at this point in the history
add plugin hardhat-logger
  • Loading branch information
fvictorio authored Oct 19, 2023
2 parents 41be392 + 9c802cc commit e6a8e2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/content/hardhat-runner/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,15 @@ const communityPlugins: IPlugin[] = [
description: "Hardhat plugin to deeply compare smart contracts",
tags: ["Storage Layout", "Bytecode", "Diff", "Compare"],
},
{
name: "hardhat-logger",
author: "kruglay",
npmPackage: "hardhat-logger",
authorUrl: "https://github.com/kruglay/hardhat-logger",
description:
"Show transaction params before hardhat send transaction to network",
tags: ["log", "logger", "transaction"],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit e6a8e2e

Please sign in to comment.