Skip to content

Commit af56e77

Browse files
fvictorioschaable
authored andcommitted
Use cancun when executing stack traces tests
1 parent 224159e commit af56e77

File tree

1 file changed

+1
-1
lines changed
  • packages/hardhat-core/test/internal/hardhat-network/stack-traces

1 file changed

+1
-1
lines changed

packages/hardhat-core/test/internal/hardhat-network/stack-traces/execution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function instantiateProvider(
3131
tracingConfig: TracingConfig
3232
): Promise<EdrProviderWrapper> {
3333
const config = {
34-
hardfork: "shanghai",
34+
hardfork: "cancun",
3535
chainId: 1,
3636
networkId: 1,
3737
blockGasLimit: 10_000_000,

0 commit comments

Comments
 (0)