Skip to content

Commit 63a7eca

Browse files
committed
add RequestErrorType to simulateBlocks
1 parent cdee20e commit 63a7eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/public/simulateBlocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import type { MulticallResults } from '../../types/multicall.js'
2323
import type { StateOverride } from '../../types/stateOverride.js'
2424
import type { TransactionRequest } from '../../types/transaction.js'
2525
import type { ExactPartial, UnionOmit } from '../../types/utils.js'
26-
import type { RequestErrorType } from '../../utils/buildRequest.js'
2726
import {
2827
type DecodeFunctionResultErrorType,
2928
decodeFunctionResult,
@@ -32,6 +31,7 @@ import {
3231
type EncodeFunctionDataErrorType,
3332
encodeFunctionData,
3433
} from '../../utils/abi/encodeFunctionData.js'
34+
import type { RequestErrorType } from '../../utils/buildRequest.js'
3535
import { concat } from '../../utils/data/concat.js'
3636
import {
3737
type NumberToHexErrorType,

0 commit comments

Comments
 (0)