Skip to content

Commit

Permalink
Update EVM to cancun for parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Sep 2, 2024
1 parent 64bec7b commit 06d02b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default class CodeParserCompiler {
"*": ["evm.gasEstimates"]
}
},
"evmVersion": state.evmVersion && state.evmVersion.toString() || "berlin",
"evmVersion": state.evmVersion && state.evmVersion.toString() || "cancun",
}
}

Expand Down

0 comments on commit 06d02b8

Please sign in to comment.