We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e23506 commit fbeef89Copy full SHA for fbeef89
.circleci/config.yml
@@ -1469,6 +1469,9 @@ jobs:
1469
1470
# NOTE: This is expected to work without running `pnpm build` first.
1471
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
1475
pnpm test
1476
- matrix_notify_failure_unless_pr
1477
0 commit comments