Skip to content

Commit 8db6b34

Browse files
authored
Merge pull request #4641 from SantiagoDevRel/add-web3-v4-plugin
added hardhat-web3-v4 plugin
2 parents 864f95e + 30509af commit 8db6b34

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/content/hardhat-runner/plugins/plugins.ts

+8
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,14 @@ const officialPlugins: IPlugin[] = [
962962
description: "Injects Web3 1.x into the Hardhat Runtime Environment",
963963
tags: ["Web3.js", "Testing", "Tasks", "Scripts"],
964964
},
965+
{
966+
name: "@nomicfoundation/hardhat-web3-v4",
967+
author: "ChainSafe and Nomic Foundation",
968+
npmPackage: "@nomicfoundation/hardhat-web3-v4",
969+
authorUrl: "https://twitter.com/ChainSafeth",
970+
description: "Injects Web3 4.x into the Hardhat Runtime Environment",
971+
tags: ["Web3.js", "Testing", "Tasks", "Scripts"],
972+
},
965973
{
966974
name: "@nomiclabs/hardhat-truffle5",
967975
author: "Nomic Foundation",

0 commit comments

Comments
 (0)