Skip to content

Commit

Permalink
More logging to swap_with_slippage_protection
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Sep 5, 2023
1 parent 5f49b5d commit f672a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_defi/uniswap_v3/swap.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def swap_with_slippage_protection(
slippage=max_slippage,
)

logger.info("exactInput() amount in: %s, estimated_min_amount_out: %s, slippage tolerance: %f, fees: %s, path: %s",
logger.info("exactInput() amount in: %s, estimated_min_amount_out: %s, slippage tolerance: %f BPS, fees: %s, path: %s",
amount_in,
estimated_min_amount_out,
max_slippage,
Expand Down

0 comments on commit f672a12

Please sign in to comment.