Skip to content

Commit

Permalink
Merge pull request #141 from the-standard/202401-vaults-v3
Browse files Browse the repository at this point in the history
feat: sorry ewan
  • Loading branch information
ZakMooney authored Jan 18, 2024
2 parents 6441483 + 9be3523 commit 2e66636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/collateral/actions/Swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Swap: React.FC<SwapProps> = ({
ethers.utils.formatBytes32String(symbol),
ethers.utils.formatBytes32String(receiveAsset),
parseUnits(amount.toString(), decimals),
parseUnits(receiveAmountFormatted.toString(), decimals),
parseUnits(receiveAmountFormatted.toString(), receiveDecimals),
],
onError(error: any) {
let errorMessage: any = '';
Expand Down

0 comments on commit 2e66636

Please sign in to comment.