We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd19b66 commit 1ba9c9dCopy full SHA for 1ba9c9d
docs/src/content/hardhat-runner/plugins/plugins.ts
@@ -1020,6 +1020,22 @@ const communityPlugins: IPlugin[] = [
1020
"transaction",
1021
],
1022
},
1023
+ {
1024
+ name: "@adisakboonmark/hardhat-task-gen",
1025
+ author: "ADISAKBOONMARK",
1026
+ npmPackage: "@adisakboonmark/hardhat-task-gen",
1027
+ authorUrl: "https://github.com/ADISAKBOONMARK",
1028
+ description:
1029
+ "Hardhat plugin for automatically generates tasks from ABI files",
1030
+ tags: [
1031
+ "ethereum",
1032
+ "smart-contracts",
1033
+ "hardhat",
1034
+ "hardhat-plugin",
1035
+ "task",
1036
+ "script",
1037
+ ],
1038
+ },
1039
];
1040
1041
const officialPlugins: IPlugin[] = [
0 commit comments