Skip to content

Commit

Permalink
Add plugin hardhat-tx-decoder and fix typo (#5970)
Browse files Browse the repository at this point in the history
* Add plugin hardhat-tx-decoder and fix typo

* Fix prettier

Signed-off-by: Axel Loupias <[email protected]>
  • Loading branch information
AxelLoupias authored Nov 26, 2024
1 parent ad3df5b commit 8947f2b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/src/content/hardhat-runner/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ const communityPlugins: IPlugin[] = [
authorUrl: "https://github.com/AxelLoupias",
description:
"Display different signatures that have the methods, events and errors of your contracts by console",
tags: ["functions", "errors", "events", "tooling", "selectorss"],
tags: ["functions", "errors", "events", "tooling", "selectors"],
},
{
name: "@dgma/hardhat-sol-bundler",
Expand Down Expand Up @@ -1004,6 +1004,22 @@ const communityPlugins: IPlugin[] = [
"Clone an on-chain contract and integrate into your Hardhat project",
tags: ["etherscan", "clone", "verified contract"],
},
{
name: "hardhat-tx-decoder",
author: "Axel Loupias",
npmPackage: "hardhat-tx-decoder",
authorUrl: "https://github.com/AxelLoupias",
description:
"Simplifies the debugging process by extracting transaction details, decoding contract events, and identifying revert reasons",
tags: [
"functions",
"errors",
"events",
"tooling",
"decoder",
"transaction",
],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit 8947f2b

Please sign in to comment.