Skip to content

Commit 0da0768

Browse files
committed
refactor(bot): 买入卖出默认优先费修改为 0.0001
已创建的用户不受影响
1 parent c2f9161 commit 0da0768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tg_bot/models/setting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class Setting:
1414
max_slippage: int = 3000 # 30%
1515
sandwich_mode: bool = False
1616
sandwich_slippage_bps: int = 5000 # 50%
17-
buy_priority_fee: float = 0.002 # SOL
18-
sell_priority_fee: float = 0.002 # SOL
17+
buy_priority_fee: float = 0.0001 # SOL
18+
sell_priority_fee: float = 0.0001 # SOL
1919
auto_buy: bool = False
2020
auto_sell: bool = False
2121
custom_buy_amount_1: float = 0.05 # SOL

0 commit comments

Comments
 (0)