Skip to content

Commit

Permalink
Update packages/bundler-sdk-viem/src/operations.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Milon <rmilon@gmail.com>
Signed-off-by: Jean-Grimal <83286814+Jean-Grimal@users.noreply.github.com>
  • Loading branch information
Jean-Grimal and Rubilmax authored Feb 7, 2025
1 parent d354ed9 commit 73db6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundler-sdk-viem/src/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export const populateSubBundle = (
totalBorrowAssets: newTotalBorrowAssets,
}) > MathLib.WAD
) {
// If the target friendly reallocation is not enough, we fully withdraw from every market.
// If the "friendly" reallocations are not enough, we fully withdraw from every market.

requiredAssets =
MathLib.wDivDown(newTotalBorrowAssets, MathLib.WAD) -
Expand Down

0 comments on commit 73db6c7

Please sign in to comment.