diff --git a/docs/.vuepress/plugins.js b/docs/.vuepress/plugins.js index 9d6f0f0c18..f87ca847d2 100644 --- a/docs/.vuepress/plugins.js +++ b/docs/.vuepress/plugins.js @@ -263,6 +263,21 @@ module.exports.communityPlugins = [ "The Solidity mocking library. Smock is a utility package that can generate mock Solidity contracts written entirely in JavaScript.", tags: ["Testing", "Mocking"], }, + { + name: "hardhat-secure-signer", + author: "Anthony Daniel Martin", + authorUrl: "https://github.com/anthonymartin", + description: + "Enhanced hardhat credential security using an interactive prompt and password-encrypted credentials", + tags: [ + "private key", + "encryption", + "security", + "developer experience", + "convenience", + "ethers.js", + ], + }, ]; module.exports.officialPlugins = [