From 95c3d83a804b15d9274fb99c6f2bbdefc1d8f1ef Mon Sep 17 00:00:00 2001 From: Velenir Date: Thu, 12 Dec 2024 16:21:29 +0100 Subject: [PATCH] add DeltaPrice.hmac type --- src/methods/delta/getDeltaPrice.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/methods/delta/getDeltaPrice.ts b/src/methods/delta/getDeltaPrice.ts index d351433d..37375fe5 100644 --- a/src/methods/delta/getDeltaPrice.ts +++ b/src/methods/delta/getDeltaPrice.ts @@ -40,6 +40,7 @@ export type DeltaPrice = { destUSDBeforeFee: string; partner: string; partnerFee: number; + hmac: string; }; type DeltaPriceResponse = {