Skip to content

Commit

Permalink
Add @medga/hardhat-clone plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Troublor authored Sep 29, 2024
1 parent cc619ce commit def026c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/content/hardhat-runner/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,14 @@ const communityPlugins: IPlugin[] = [
"Hardhat plugin for enabling on-the-fly network switching within your Hardhat scripts and tasks",
tags: ["Tasks", "Scripts", "Testing"],
},
{
name: "@medga/hardhat-clone",
author: "The MEDGA Team",
authorUrl: "https://medga.org",
description:
"Clone an on-chain contract and integrate into your Hardhat project",
tags: ["etherscan", "clone", "verified contract"],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit def026c

Please sign in to comment.