Skip to content

Commit

Permalink
Fix : Minimum amount for swap through Exodus (#8745)
Browse files Browse the repository at this point in the history
Fix :minimum amount for swap through Exodus
  • Loading branch information
mohamedzitouni authored Dec 20, 2024
1 parent a531200 commit 370612f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const swaps = [
swap: new Swap(
Account.ETH_USDC_1,
Account.ETH_1,
"45",
"65",
Fee.MEDIUM,
Provider.EXODUS,
Rate.FLOAT,
Expand All @@ -171,7 +171,7 @@ const swaps = [
swap: new Swap(
Account.ETH_USDC_1,
Account.BTC_NATIVE_SEGWIT_1,
"45",
"65",
Fee.MEDIUM,
Provider.EXODUS,
Rate.FLOAT,
Expand Down

0 comments on commit 370612f

Please sign in to comment.