Skip to content

Commit

Permalink
Merge pull request #2285 from nomiclabs/update-plugin-list
Browse files Browse the repository at this point in the history
Update plugin list
  • Loading branch information
alcuadrado committed Jan 28, 2022
2 parents be9bf3b + 3fc79e0 commit a850144
Showing 1 changed file with 74 additions and 15 deletions.
89 changes: 74 additions & 15 deletions docs/.vuepress/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,21 +264,6 @@ 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",
],
},
{
name: "xdeployer",
author: "Pascal Marco Caversaccio",
Expand Down Expand Up @@ -327,6 +312,80 @@ module.exports.communityPlugins = [
"Hardhat plugin for solidity contract verification on Blockscout block explorer.",
tags: ["Blockscout", "Deployment", "Solidity", "Verification"],
},
{
name: "@georacle/hardhat-georacle",
author: "Georacle",
authorUrl: "https://georacle.io",
description:
"A Hardhat plugin for integrating smart contracts with Georacle.",
tags: ["Georacle", "oracle", "geospatial"],
},
{
name: "@muzamint/hardhat-etherspot",
author: "muzamint",
authorUrl: "https://github.com/muzamint",
description: "Hardhat TypeScript plugin for Etherspot",
tags: ["smart contract wallet"],
},
{
name: "hardhat-multibaas-plugin",
author: "Curvegrid",
authorUrl: "https://www.curvegrid.com/",
description: "Integrate MultiBaas into Hardhat's workflow!",
tags: ["middleware", "ethereum", "OMG"],
},
{
name: "@mangrovedao/hardhat-test-solidity",
author: "Mangrove",
authorUrl: "https://mangrove.exchange/",
description: "Hardhat plugin for writing tests in solidity",
tags: ["solidity tests"],
},
{
name: "@reef-defi/hardhat-reef",
author: "Reef Chain",
authorUrl: "https://reef.io/",
description:
"Hardhat Reef plugin for interacting with contracts on the Reef chain",
tags: ["Reef Chain"],
},
{
name: "hardhat-diamond-abi",
author: "Project Sophon",
authorUrl: "https://github.com/projectsophon",
description:
"Hardhat plugin to combine multiple ABIs into a Diamond ABI artifact",
tags: ["diamond standard"],
},
{
name: "@idle-finance/hardhat-proposals-plugin",
author: "Idle Finance",
authorUrl: "https://idle.finance/",
description: "A Hardhat plugin for working with on-chain proposals",
tags: ["governance", "proposals", "simulation"],
},
{
name: "@shardlabs/starknet-hardhat-plugin",
author: "Shard Labs",
authorUrl: "https://shardlabs.io/",
description:
"A plugin for integrating Starknet tools into Hardhat projects",
tags: ["starknet", "cairo", "layer two"],
},
{
name: "uniswap-v3-deploy-plugin",
author: "Uniswap",
authorUrl: "https://uniswap.org/",
description: "Hardhat plugin for Uniswap V3 deployment",
tags: ["uniswap", "testing", "local deployment"],
},
{
name: "hardhat-deploy-tenderly",
author: "Ronan Sandford",
authorUrl: "https://github.com/wighawag",
description: "A plugin to push contracts to tenderly",
tags: ["Deployment", "Testing", "Tenderly", "Verification"],
},
];

module.exports.officialPlugins = [
Expand Down

0 comments on commit a850144

Please sign in to comment.