Skip to content

Commit bb41ddd

Browse files
authored
Merge pull request #13404 from ethereum/peg-hardhat-ethers-version
Peg hardhat-ethers version
2 parents a4358b1 + 6b6cfa1 commit bb41ddd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/externalTests/gnosis.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ function gnosis_safe_test
106106
# pulls @ethersproject/[email protected] (latest). Force 5.6.0 to avoid errors due to having two copies.
107107
npm install @ethersproject/[email protected]
108108

109+
# 2.1.1 started causing failures in safe-contracts external tests after a contract address check was introduced
110+
# in https://github.com/NomicFoundation/hardhat/pull/2916, and so to avoid errors, the package is now pegged.
111+
# TODO: Remove when https://github.com/safe-global/safe-contracts/issues/436 is resolved.
112+
npm install @nomiclabs/[email protected]
113+
109114
# Hardhat 2.9.5 introduced a bug with handling padded arguments to getStorageAt().
110115
# TODO: Remove when https://github.com/NomicFoundation/hardhat/issues/2709 is fixed.
111116
npm install [email protected]

0 commit comments

Comments
 (0)