We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baf7180 + 452a129 commit 1b52aefCopy full SHA for 1b52aef
docs/src/components/Navigation.mocks.json
@@ -169,6 +169,10 @@
169
"label": "@nomiclabs/hardhat-web3",
170
"href": "/plugins/nomiclabs-hardhat-web3"
171
},
172
+ {
173
+ "label": "@nomicfoundation/hardhat-web3-v4",
174
+ "href": "/plugins/nomicfoundation-hardhat-web3-v4"
175
+ },
176
{
177
"label": "@nomiclabs/hardhat-truffle5",
178
"href": "/plugins/nomiclabs-hardhat-truffle5"
docs/src/content/hardhat-runner/plugins/_dirinfo.yaml
@@ -9,6 +9,7 @@ order:
9
- "@nomicfoundation/hardhat-verify"
10
- "@nomicfoundation/hardhat-foundry"
11
- "@nomicfoundation/hardhat-ledger"
12
+ - "@nomicfoundation/hardhat-web3-v4"
13
- "@nomiclabs/hardhat-vyper"
14
- "@nomiclabs/hardhat-solhint"
15
- "@nomiclabs/hardhat-solpp"
0 commit comments