Skip to content

Commit

Permalink
Unpin v4-core dependency and neutralize packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-matic committed Jan 4, 2023
1 parent 2ec6a04 commit 17d57da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/externalTests/pool-together.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,13 @@ 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/[email protected]

# 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/
rm -r node_modules/@pooltogether/owner-manager-contracts/artifacts/

replace_version_pragmas
neutralize_packaged_contracts

for preset in $SELECTED_PRESETS; do
hardhat_run_test "$config_file" "$preset" "${compile_only_presets[*]}" compile_fn test_fn "$config_var"
Expand Down

0 comments on commit 17d57da

Please sign in to comment.