Skip to content

Commit 3d3fc62

Browse files
Merge branch 'devnet4-contracts' into 7702-devnet-4-plus-t8ntool
2 parents 1c4c24e + dae997e commit 3d3fc62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/vm/src/requests.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
import { Mainnet } from '@ethereumjs/common'
22
import {
3+
ConsolidationRequest,
4+
DepositRequest,
5+
WithdrawalRequest,
36
bigIntToAddressBytes,
47
bigIntToBytes,
58
bytesToHex,
69
bytesToInt,
10+
concatBytes,
711
createAddressFromString,
812
setLengthLeft,
913
} from '@ethereumjs/util'
1014

11-
import { concatBytes } from '../../util/src/bytes.js'
12-
import { ConsolidationRequest, DepositRequest, WithdrawalRequest } from '../../util/src/request.js'
13-
1415
import type { RunTxResult } from './types.js'
1516
import type { VM } from './vm.js'
1617
import type { CLRequest, CLRequestType } from '@ethereumjs/util'

0 commit comments

Comments
 (0)