diff --git a/src/methods/delta/getDeltaPrice.ts b/src/methods/delta/getDeltaPrice.ts index 270c23c2..70e69c65 100644 --- a/src/methods/delta/getDeltaPrice.ts +++ b/src/methods/delta/getDeltaPrice.ts @@ -93,6 +93,10 @@ export type DeltaPrice = { type AvailableBridgePrice = Pick< DeltaPrice, + | 'srcAmount' + | 'srcAmountBeforeFee' // Available for BUY side + | 'srcUSD' + | 'srcUSDBeforeFee' // Available for BUY side | 'destToken' | 'destAmount' | 'destAmountBeforeFee' // Available for SELL side