Skip to content

Commit

Permalink
fix: improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Apr 10, 2024
1 parent 109e8d5 commit 11cdd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/liquidate/LiquidationStrategyV3Partial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class LiquidationStrategyV3Partial
creditAccount: ca.addr,
assetOut: `${assetOut} (${symb})`,
amountOut: `${amountOut} (${formatBN(amountOut, getDecimals(assetOut))})`,
flashLoanAmount: `${flashLoanAmount} (${formatBN(flashLoanAmount, getDecimals(cm.underlyingToken))})`,
flashLoanAmount: `${flashLoanAmount} (${formatBN(flashLoanAmount, getDecimals(cm.underlyingToken))}) ${tokenSymbolByAddress[cm.underlyingToken]}`,
priceUpdates,
connectors,
slippage,
Expand Down

0 comments on commit 11cdd0d

Please sign in to comment.