Skip to content

Commit 8c4bbf1

Browse files
committed
Pin hardhat version in yield-liquidator tests
1 parent e0b2162 commit 8c4bbf1

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)