From 6b468808437a27a10593c06eb2bd118bceed8ac3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 24 Jul 2024 11:02:43 -0400 Subject: [PATCH] increased buyer pulse amounts --- bot-buyer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot-buyer.py b/bot-buyer.py index bf2f3ab..732fa0d 100755 --- a/bot-buyer.py +++ b/bot-buyer.py @@ -3,7 +3,7 @@ from core import * # set config variables buy_percent_diff_pdai = 20 buy_percent_diff_pusdc = 30 -buy_with_amount_pls = 10000 +buy_with_amount_pls = 30000 slippage_percent = 5 wallet_min_pls = 20000 loop_delay = 3