Skip to content

Commit b003b46

Browse files
authored
Merge pull request #4226 from 3obby/patch-2
Update plugins.ts
2 parents 261aed0 + 9dbb2f3 commit b003b46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: docs/src/content/hardhat-runner/plugins/plugins.ts

+9
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,15 @@ const communityPlugins: IPlugin[] = [
798798
description: "Recording deployed contracts address to json file",
799799
tags: ["deployed history"],
800800
},
801+
{
802+
name: "hardhat-generate-function-selectors",
803+
author: "3obby",
804+
npmPackage: "hardhat-generate-function-selectors",
805+
authorUrl: "https://github.com/3obby/function-selectors-plugin",
806+
description:
807+
"generate an output file of organized function selectors for all ABI/.json files within ./artifacts/contracts",
808+
tags: ["function", "selectors", "tooling", "router"],
809+
},
801810
];
802811

803812
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)