Skip to content

Commit 88b5ed1

Browse files
authored
Merge pull request #13675 from ethereum/fix-gp2-hardhat-tenderly-tests
Peg hardhat-tenderly to fix GP2 external tests
2 parents e9c1eaa + d5d573d commit 88b5ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/externalTests/gp2.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ function gp2_test
7272
# New hardhat release breaks GP2 tests, and since GP2 repository has been archived, we are pinning hardhat
7373
# to the previous stable version. See https://github.com/ethereum/solidity/pull/13485
7474
75+
# [email protected] and upwards break the build, hence we are pinning the version to the last stable one.
76+
# See https://github.com/cowprotocol/contracts/issues/32
77+
yarn add @tenderly/[email protected]
7578

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

0 commit comments

Comments
 (0)