Skip to content

Commit 44decd3

Browse files
committed
Fix import
1 parent e92a597 commit 44decd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evm/src/opcodes/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import {
4747
} from './util.ts'
4848

4949
import type { Common } from '@ethereumjs/common'
50-
import { extractEVMMAXImmediateInputs } from '../evmmax/index.js'
50+
import { extractEVMMAXImmediateInputs } from '../evmmax/index.ts'
5151
import type { RunState } from '../interpreter.ts'
5252

5353
export interface SyncOpHandler {

0 commit comments

Comments
 (0)