Skip to content

Commit 3018446

Browse files
committed
ethereum-contracts: downgrade @nomiclabs/hardhat-web3"
1 parent 7dc1fe6 commit 3018446

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
77
"@nomicfoundation/hardhat-ethers": "^3.1.0",
88
"@nomicfoundation/hardhat-verify": "^2.1.3",
9-
"@nomiclabs/hardhat-web3": "^2.1.2",
9+
"@nomiclabs/hardhat-web3": "^2.1.0",
1010
"@openzeppelin/test-helpers": "^0.5.16",
1111
"@truffle/hdwallet-provider": "^2.1.15",
1212
"@typechain/ethers-v5": "^11.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3050,10 +3050,10 @@
30503050
ethereumjs-util "^7.1.4"
30513051
fs-extra "^7.0.1"
30523052

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

30583058
"@nomiclabs/truffle-contract@^4.2.23":
30593059
version "4.5.10"

0 commit comments

Comments
 (0)