Skip to content

Commit f7e22fc

Browse files
authored
Merge pull request #13487 from ethereum/add-message-to-gp2-pin
Add comment to pinned GP2 hardhat version
2 parents e0b2162 + deab2bf commit f7e22fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/externalTests/gp2.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ function gp2_test
6969
force_hardhat_unlimited_contract_size "$config_file" "$config_var"
7070
npm install
7171

72+
# New hardhat release breaks GP2 tests, and since GP2 repository has been archived, we are pinning hardhat
73+
# to the previous stable version. See https://github.com/ethereum/solidity/pull/13485
7274
npm install [email protected]
7375

7476
# Some dependencies come with pre-built artifacts. We want to build from scratch.

0 commit comments

Comments
 (0)