diff --git a/util/compiler.ts b/util/compiler.ts index 282222c9..9b83cd67 100644 --- a/util/compiler.ts +++ b/util/compiler.ts @@ -27,7 +27,7 @@ export const getTargetEvmVersion = (forkName: string | undefined) => { ) ) { return 'london' - } else if (forkName === EOF_FORK_NAME) { + } else if (forkName === 'osaka' || forkName === EOF_FORK_NAME) { return 'prague' } return forkName