Skip to content

Commit

Permalink
Add plugin hardhat-tx-decoder and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelLoupias authored Nov 21, 2024
1 parent bbc263f commit 5936603
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 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,15 @@ 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 5936603

Please sign in to comment.