use the default evmVersion.

pull/5358/head^2
yann300 3 months ago committed by Aniket
parent 933454c281
commit 93046ae5de
  1. 2
      apps/remix-ide/src/app/plugins/parser/services/code-parser-compiler.ts

@ -161,7 +161,7 @@ export default class CodeParserCompiler {
"*": ["evm.gasEstimates"] "*": ["evm.gasEstimates"]
} }
}, },
"evmVersion": state.evmVersion && state.evmVersion.toString() || "cancun", "evmVersion": state.evmVersion && state.evmVersion.toString() || undefined,
} }
} }

Loading…
Cancel
Save