feat: settled quote types as 0xStrings

This commit is contained in:
Francisco Bezzecchi
2025-04-11 21:22:36 -03:00
parent 4b9817ebe3
commit a6861b6192

View File

@@ -44,8 +44,8 @@ export class QuoteMarshall extends RelayerMarshall {
addFeeCommitment(feeCommitment: {
expiration: number
withdrawalData: string,
signedRelayerCommitment: string
withdrawalData: `0x${string}`,
signedRelayerCommitment: `0x${string}`
}) {
this.response.feeCommitment = feeCommitment;
}