Skip to content

Commit

Permalink
Use cancun when executing stack traces tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio authored and schaable committed Sep 12, 2024
1 parent 224159e commit af56e77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function instantiateProvider(
tracingConfig: TracingConfig
): Promise<EdrProviderWrapper> {
const config = {
hardfork: "shanghai",
hardfork: "cancun",
chainId: 1,
networkId: 1,
blockGasLimit: 10_000_000,
Expand Down

0 comments on commit af56e77

Please sign in to comment.