Skip to content

Commit fbeef89

Browse files
r0qscameel
authored andcommitted
Set cancun hardfork in hardhat stack traces tests
1 parent 9e23506 commit fbeef89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,9 @@ jobs:
14691469
14701470
# NOTE: This is expected to work without running `pnpm build` first.
14711471
cd hardhat/packages/hardhat-core
1472+
# TODO: temporarily set hardhat stack traces tests to use cancun hardfork
1473+
# Remove this when hardhat switch to cancun by default: https://github.com/NomicFoundation/hardhat/issues/4851
1474+
sed -i 's/hardfork: "shanghai",/hardfork: "cancun",/' test/internal/hardhat-network/stack-traces/execution.ts
14721475
pnpm test
14731476
- matrix_notify_failure_unless_pr
14741477

0 commit comments

Comments
 (0)