We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc619ce commit def026cCopy full SHA for def026c
docs/src/content/hardhat-runner/plugins/plugins.ts
@@ -996,6 +996,14 @@ const communityPlugins: IPlugin[] = [
996
"Hardhat plugin for enabling on-the-fly network switching within your Hardhat scripts and tasks",
997
tags: ["Tasks", "Scripts", "Testing"],
998
},
999
+ {
1000
+ name: "@medga/hardhat-clone",
1001
+ author: "The MEDGA Team",
1002
+ authorUrl: "https://medga.org",
1003
+ description:
1004
+ "Clone an on-chain contract and integrate into your Hardhat project",
1005
+ tags: ["etherscan", "clone", "verified contract"],
1006
+ },
1007
];
1008
1009
const officialPlugins: IPlugin[] = [
0 commit comments