Skip to content

Commit b4b5f7b

Browse files
authored
Merge pull request #13489 from ethereum/pin-hardhat-version-in-yield-liquidator-tests
Pin hardhat version in yield-liquidator tests
2 parents f7e22fc + 8c4bbf1 commit b4b5f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/externalTests/yield-liquidator.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ function yield_liquidator_test
6666
force_hardhat_unlimited_contract_size "$config_file" "$config_var"
6767
npm install
6868

69+
# 2.11.0 Hardhat release breaks contract compilation.
70+
# TODO: remove when https://github.com/yieldprotocol/yield-liquidator-v2/issues/34 is addressed.
71+
npm install [email protected]
72+
6973
replace_version_pragmas
7074
neutralize_packaged_contracts
7175

0 commit comments

Comments
 (0)