Skip to content

Commit

Permalink
Merge pull request #4641 from SantiagoDevRel/add-web3-v4-plugin
Browse files Browse the repository at this point in the history
added hardhat-web3-v4 plugin
  • Loading branch information
alcuadrado authored Dec 1, 2023
2 parents 864f95e + 30509af commit 8db6b34
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 @@ -962,6 +962,14 @@ const officialPlugins: IPlugin[] = [
description: "Injects Web3 1.x into the Hardhat Runtime Environment",
tags: ["Web3.js", "Testing", "Tasks", "Scripts"],
},
{
name: "@nomicfoundation/hardhat-web3-v4",
author: "ChainSafe and Nomic Foundation",
npmPackage: "@nomicfoundation/hardhat-web3-v4",
authorUrl: "https://twitter.com/ChainSafeth",
description: "Injects Web3 4.x into the Hardhat Runtime Environment",
tags: ["Web3.js", "Testing", "Tasks", "Scripts"],
},
{
name: "@nomiclabs/hardhat-truffle5",
author: "Nomic Foundation",
Expand Down

0 comments on commit 8db6b34

Please sign in to comment.