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 8b641de commit dae997eCopy full SHA for dae997e
packages/vm/src/requests.ts
@@ -1,16 +1,17 @@
1
import { Mainnet } from '@ethereumjs/common'
2
import {
3
+ ConsolidationRequest,
4
+ DepositRequest,
5
+ WithdrawalRequest,
6
bigIntToAddressBytes,
7
bigIntToBytes,
8
bytesToHex,
9
bytesToInt,
10
+ concatBytes,
11
createAddressFromString,
12
setLengthLeft,
13
} from '@ethereumjs/util'
14
-import { concatBytes } from '../../util/src/bytes.js'
-import { ConsolidationRequest, DepositRequest, WithdrawalRequest } from '../../util/src/request.js'
-
15
import type { RunTxResult } from './types.js'
16
import type { VM } from './vm.js'
17
import type { CLRequest, CLRequestType } from '@ethereumjs/util'
0 commit comments