Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ethereum-contracts: downgrade @nomiclabs/hardhat-web3"
  • Loading branch information
hellwolf committed Jan 28, 2026
commit 30184466131fd74203cb88eeb91eaf5088a3acde
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-ethers": "^3.1.0",
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@nomiclabs/hardhat-web3": "^2.1.2",
"@nomiclabs/hardhat-web3": "^2.1.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@truffle/hdwallet-provider": "^2.1.15",
"@typechain/ethers-v5": "^11.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3050,10 +3050,10 @@
ethereumjs-util "^7.1.4"
fs-extra "^7.0.1"

"@nomiclabs/hardhat-web3@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-web3/-/hardhat-web3-2.1.2.tgz#1e25ffe16b78dda36083d74cee13068d4199fa0a"
integrity sha512-ChnUInQ5AES1iJSNXq00JfWfQZkVUIkkSt2dtrB/8r+CfW/XeBTkvE5G+OTJTVSMme7lgqk9aieOI7d6GU6v1g==
"@nomiclabs/hardhat-web3@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-web3/-/hardhat-web3-2.1.0.tgz#5aacf9700a8bd7301293bf9a743977d6a4edf778"
integrity sha512-gd6PWaaIfFSNenxsbYVD21LGJvhyLA8MjbWb+pzhTHyYMyvf2IMRhd6Ff3fDMbR4ICwjVyj+7iztom9g+Pvi3g==

"@nomiclabs/truffle-contract@^4.2.23":
version "4.5.10"
Expand Down
Loading