Skip to content

Commit

Permalink
fix: jupiter undefined receiveAddy
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Dec 12, 2024
1 parent 91b6873 commit 71b7188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const getTradeRate = async (
id: uuid(),
quoteOrRate: 'rate',
rate: inputOutputRate,
receiveAddress: undefined,
receiveAddress,
potentialAffiliateBps: affiliateBps,
affiliateBps,
slippageTolerancePercentageDecimal,
Expand Down

0 comments on commit 71b7188

Please sign in to comment.