From aad066df15bbd000a8c0050ffefa45414ce80315 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 24 Jul 2024 11:08:27 -0400 Subject: [PATCH] modified seller to send to buyer on swap --- bot-seller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot-seller.py b/bot-seller.py index 091586a..5807005 100755 --- a/bot-seller.py +++ b/bot-seller.py @@ -106,7 +106,8 @@ while True: 'PulseX_v2', [affection_address, wpls_address], estimated_swap_result, - slippage_percent + slippage_percent, + wallet_a_address ): logging.info("Swapped {} AFFECTION™ to PLS".format(amount)) i += 1