Skip to content

Commit

Permalink
Merge pull request #13675 from ethereum/fix-gp2-hardhat-tenderly-tests
Browse files Browse the repository at this point in the history
Peg hardhat-tenderly to fix GP2 external tests
  • Loading branch information
nikola-matic authored Nov 3, 2022
2 parents e9c1eaa + d5d573d commit 88b5ed1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/externalTests/gp2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ function gp2_test
# New hardhat release breaks GP2 tests, and since GP2 repository has been archived, we are pinning hardhat
# to the previous stable version. See https://github.com/ethereum/solidity/pull/13485
yarn add [email protected]
# [email protected] and upwards break the build, hence we are pinning the version to the last stable one.
# See https://github.com/cowprotocol/contracts/issues/32
yarn add @tenderly/[email protected]

# Some dependencies come with pre-built artifacts. We want to build from scratch.
rm -r node_modules/@gnosis.pm/safe-contracts/build/
Expand Down

0 comments on commit 88b5ed1

Please sign in to comment.