We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92a597 commit 44decd3Copy full SHA for 44decd3
packages/evm/src/opcodes/functions.ts
@@ -47,7 +47,7 @@ import {
47
} from './util.ts'
48
49
import type { Common } from '@ethereumjs/common'
50
-import { extractEVMMAXImmediateInputs } from '../evmmax/index.js'
+import { extractEVMMAXImmediateInputs } from '../evmmax/index.ts'
51
import type { RunState } from '../interpreter.ts'
52
53
export interface SyncOpHandler {
0 commit comments