File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import type { MulticallResults } from '../../types/multicall.js'
23
23
import type { StateOverride } from '../../types/stateOverride.js'
24
24
import type { TransactionRequest } from '../../types/transaction.js'
25
25
import type { ExactPartial , UnionOmit } from '../../types/utils.js'
26
- import type { RequestErrorType } from '../../utils/buildRequest.js'
27
26
import {
28
27
type DecodeFunctionResultErrorType ,
29
28
decodeFunctionResult ,
@@ -32,6 +31,7 @@ import {
32
31
type EncodeFunctionDataErrorType ,
33
32
encodeFunctionData ,
34
33
} from '../../utils/abi/encodeFunctionData.js'
34
+ import type { RequestErrorType } from '../../utils/buildRequest.js'
35
35
import { concat } from '../../utils/data/concat.js'
36
36
import {
37
37
type NumberToHexErrorType ,
You can’t perform that action at this time.
0 commit comments