Skip to content

Commit

Permalink
chore: updates kado list
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent 13e2749 commit d637289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/kado/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ function mapKadoQuoteToQuoteResponse({
sellAsset: sellAsset.toString(),
sellAmount: sellAsset.getValue("string"),
buyAsset: buyAsset.toString(),
expectedBuyAmount: quote.data.quote.receive.amount.toString(),
expectedBuyAmountMaxSlippage: quote.data.quote.receive.amount.toString(),
expectedBuyAmount: quote.data.quote.receive.unitCount.toString(),
expectedBuyAmountMaxSlippage: quote.data.quote.receive.unitCount.toString(),
sourceAddress: "{sourceAddress}",
destinationAddress: "{destinationAddress}",
fees: [
Expand Down

0 comments on commit d637289

Please sign in to comment.