We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224159e commit af56e77Copy full SHA for af56e77
packages/hardhat-core/test/internal/hardhat-network/stack-traces/execution.ts
@@ -31,7 +31,7 @@ export async function instantiateProvider(
31
tracingConfig: TracingConfig
32
): Promise<EdrProviderWrapper> {
33
const config = {
34
- hardfork: "shanghai",
+ hardfork: "cancun",
35
chainId: 1,
36
networkId: 1,
37
blockGasLimit: 10_000_000,
0 commit comments