Skip to content

Commit

Permalink
Update plugins.js
Browse files Browse the repository at this point in the history
add our plugin hardhat-network-metadata
  • Loading branch information
krruzic authored Mar 1, 2022
1 parent 8d2c577 commit 854327e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/.vuepress/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,13 @@ module.exports.communityPlugins = [
description: "Hardhat plugin to sync your compiled contract with Laika",
tags: ["Tasks", "Laika"],
},
{
name: "hardhat-network-metadata",
author: "Focal Labs Inc.",
authorUrl: "https://github.com/krruzic/hardhat-network-metadata",
description: "Hardhat plugin to allow adding any extra data to your network configuration",
tags: ["Metadata", "Testing", "Tasks", "Config"],
},
];

module.exports.officialPlugins = [
Expand Down

0 comments on commit 854327e

Please sign in to comment.