squash with refactor clerer types

This commit is contained in:
Francisco Bezzecchi
2025-04-11 21:25:37 -03:00
parent 5452c42c71
commit 515c42ee13

View File

@@ -1,4 +1,4 @@
import { WithdrawalRelayerPayload } from "./request.js";
import { FeeCommitment } from "./common.js";
export interface QuotetBody {
/** Chain ID to process the request on */
@@ -14,9 +14,5 @@ export interface QuotetBody {
export interface QuoteResponse {
baseFeeBPS: bigint,
feeBPS: bigint,
feeCommitment?: {
expiration: number,
withdrawalData: string
signedRelayerCommitment: string
}
feeCommitment?: FeeCommitment
}