Skip to content

Commit cd5581c

Browse files
authored
Merge pull request #5792 from Troublor/patch-1
Add @medga/hardhat-clone plugin
2 parents 6380455 + def026c commit cd5581c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/content/hardhat-runner/plugins/plugins.ts

+8
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,14 @@ const communityPlugins: IPlugin[] = [
996996
"Hardhat plugin for enabling on-the-fly network switching within your Hardhat scripts and tasks",
997997
tags: ["Tasks", "Scripts", "Testing"],
998998
},
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+
},
9991007
];
10001008

10011009
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)