Skip to content

Commit

Permalink
fix: allowedSender
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Dec 26, 2024
1 parent 3b4dd35 commit a457795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/swapv2/LimitOrder/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export const getPayloadCreateOrder = (params: CreateOrderParam) => {
makingAmount: parseInputAmount?.quotient?.toString(),
takingAmount: tryParseAmount(outputAmount, currencyOut)?.quotient?.toString(),
expiredAt: Math.floor(expiredAt / 1000),
allowedSenders: params.allowedSenders,
}
}

Expand Down

0 comments on commit a457795

Please sign in to comment.