Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions test/externalTests/perpetual-pools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ function perpetual_pools_test
force_hardhat_compiler_binary "$config_file" "$BINARY_TYPE" "$BINARY_PATH"
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")" "$config_var"
force_hardhat_unlimited_contract_size "$config_file" "$config_var"

yarn install
# We set hardhat version to 2.20.0 since version 2.21.0 has issues with solidity-coverage plugin
# that often causes out-of-memory errors.
# See hardhat note about the issue here: https://github.com/NomicFoundation/hardhat/releases/tag/hardhat@2.21.0
yarn add hardhat@2.20.0

replace_version_pragmas

Expand Down
5 changes: 5 additions & 0 deletions test/externalTests/uniswap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ function uniswap_test
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
yarn add ethers@5.6.1

# We set hardhat version to 2.20.0 since version 2.21.0 has issues with solidity-coverage plugin
# that often causes out-of-memory errors.
# See hardhat note about the issue here: https://github.com/NomicFoundation/hardhat/releases/tag/hardhat@2.21.0
yarn add hardhat@2.20.0

replace_version_pragmas

for preset in $SELECTED_PRESETS; do
Expand Down