Skip to content

Commit

Permalink
Merge pull request #3378 from emretepedev/add-hardhat-finder-plugin
Browse files Browse the repository at this point in the history
Add hardhat-finder plugin to docs
  • Loading branch information
alcuadrado committed Nov 27, 2022
2 parents 663628a + cc0747c commit d34c101
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/content/hardhat-runner/plugins/plugins.ts
Expand Up @@ -640,6 +640,13 @@ const communityPlugins: IPlugin[] = [
"Hardhat React Plugin to interact with your deployed contracts",
tags: ["Tooling", "Testing", "ui", "plugin"],
},
{
name: "hardhat-finder",
author: "Emre Tepe",
authorUrl: "https://emretepedev.github.io/",
description: "Hardhat plugin to get compiler outputs of contracts",
tags: ["Tooling", "Testing", "Tasks", "Scripts", "Solc", "Compiler"],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit d34c101

Please sign in to comment.