Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Dec 3, 2024
1 parent 6b4fd1d commit fca6771
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/beacon-node/src/execution/engine/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import {
dataToBytes,
numToQuantity,
quantityToBigint,
numberToHex,
quantityToNum,
} from "../../eth1/provider/utils.js";
import {BlobsBundle, ExecutionPayloadStatus, PayloadAttributes, VersionedHashes, RequestType} from "./interface.js";
import {BlobsBundle, ExecutionPayloadStatus, PayloadAttributes, RequestType, VersionedHashes} from "./interface.js";
import {WithdrawalV1} from "./payloadIdCache.js";
import {fromHexString} from "@chainsafe/ssz";

export type EngineApiRpcParamTypes = {
/**
Expand Down

0 comments on commit fca6771

Please sign in to comment.