increased buyer pulse amounts

This commit is contained in:
Alexander 2024-07-24 11:02:43 -04:00
parent d9e39e9a6c
commit 6b46880843

View file

@ -3,7 +3,7 @@ from core import *
# set config variables # set config variables
buy_percent_diff_pdai = 20 buy_percent_diff_pdai = 20
buy_percent_diff_pusdc = 30 buy_percent_diff_pusdc = 30
buy_with_amount_pls = 10000 buy_with_amount_pls = 30000
slippage_percent = 5 slippage_percent = 5
wallet_min_pls = 20000 wallet_min_pls = 20000
loop_delay = 3 loop_delay = 3