increased seller affection amounts
This commit is contained in:
parent
ac5d81b509
commit
d9e39e9a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from core import *
|
||||||
# set config variables
|
# set config variables
|
||||||
sell_percent_diff_pdai = 15
|
sell_percent_diff_pdai = 15
|
||||||
sell_percent_diff_pusdc = 25
|
sell_percent_diff_pusdc = 25
|
||||||
sell_with_amount_affection = 200
|
sell_with_amount_affection = 500
|
||||||
slippage_percent = 5
|
slippage_percent = 5
|
||||||
wallet_min_pls = 20000
|
wallet_min_pls = 20000
|
||||||
loop_delay = 3
|
loop_delay = 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue