From d9e39e9a6c4059be55643b37956f45e47de9ebfd Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 24 Jul 2024 10:44:00 -0400 Subject: [PATCH] increased seller affection amounts --- bot-seller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot-seller.py b/bot-seller.py index 05f61a7..091586a 100755 --- a/bot-seller.py +++ b/bot-seller.py @@ -3,7 +3,7 @@ from core import * # set config variables sell_percent_diff_pdai = 15 sell_percent_diff_pusdc = 25 -sell_with_amount_affection = 200 +sell_with_amount_affection = 500 slippage_percent = 5 wallet_min_pls = 20000 loop_delay = 3