Skip to content

Commit

Permalink
fix(swap): Round sellInPtTerms, Quantity shouldn't have decimals (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed May 20, 2024
2 parents 6de40ac + 3cb00b0 commit d1b20f3
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 67 deletions.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@yoroi/resolver": "2.0.5",
"@yoroi/setup-wallet": "1.0.0",
"@yoroi/staking": "1.5.1",
"@yoroi/swap": "1.5.3",
"@yoroi/swap": "1.6.0",
"@yoroi/theme": "^1.0.0",
"@yoroi/transfer": "1.0.0",
"add": "2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/swap",
"version": "1.5.3",
"version": "1.6.0",
"description": "The Swap package of Yoroi SDK",
"keywords": [
"yoroi",
Expand Down

0 comments on commit d1b20f3

Please sign in to comment.