Skip to content

Commit

Permalink
Merge pull request #5792 from Troublor/patch-1
Browse files Browse the repository at this point in the history
Add @medga/hardhat-clone plugin
  • Loading branch information
alcuadrado authored Sep 30, 2024
2 parents 6380455 + def026c commit cd5581c
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 cd5581c

Please sign in to comment.