File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,9 @@ jobs:
290
290
# In our case that is something like: solc -> ../../../node_modules/.pnpm/file+..+solc-js.tgz/node_modules/solc
291
291
# See: https://pnpm.io/symlinked-node-modules-structure
292
292
pnpm install
293
+ # TODO: temporarily set hardhat stack traces tests to use cancun hardfork
294
+ # Remove this when hardhat switch to cancun by default: https://github.com/NomicFoundation/hardhat/issues/4851
295
+ sed -i 's/hardfork: "shanghai",/hardfork: "cancun",/' test/internal/hardhat-network/stack-traces/execution.ts
293
296
pnpm test
294
297
295
298
hardhat-core-latest-solc :
@@ -311,6 +314,9 @@ jobs:
311
314
312
315
cd packages/hardhat-core/
313
316
pnpm install
317
+ # TODO: temporarily set hardhat stack traces tests to use cancun hardfork
318
+ # Remove this when hardhat switch to cancun by default: https://github.com/NomicFoundation/hardhat/issues/4851
319
+ sed -i 's/hardfork: "shanghai",/hardfork: "cancun",/' test/internal/hardhat-network/stack-traces/execution.ts
314
320
pnpm test
315
321
316
322
hardhat-sample-project :
You can’t perform that action at this time.
0 commit comments