increased seller affection amounts

This commit is contained in:
Alexander 2024-07-24 10:44:00 -04:00
parent ac5d81b509
commit d9e39e9a6c

View file

@ -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