Merge pull request #13806 from ethereum/fix-pooltogether-failing-test

Pin v4-core dependecy to fix failing exteral pooltogether test
This commit is contained in:
Kamil Śliwak 2022-12-15 14:40:52 +01:00 committed by GitHub
commit e06f3b2c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,9 @@ function pool_together_test
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")" "$config_var"
yarn install
# TODO: Remove this when https://github.com/pooltogether/v4-core/issues/287 gets fixed.
npm install @pooltogether/pooltogether-rng-contracts@1.4.0
# These come with already compiled artifacts. We want them recompiled with latest compiler.
rm -r node_modules/@pooltogether/yield-source-interface/artifacts/
rm -r node_modules/@pooltogether/uniform-random-number/artifacts/