We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f9161 commit 0da0768Copy full SHA for 0da0768
src/tg_bot/models/setting.py
@@ -14,8 +14,8 @@ class Setting:
14
max_slippage: int = 3000 # 30%
15
sandwich_mode: bool = False
16
sandwich_slippage_bps: int = 5000 # 50%
17
- buy_priority_fee: float = 0.002 # SOL
18
- sell_priority_fee: float = 0.002 # SOL
+ buy_priority_fee: float = 0.0001 # SOL
+ sell_priority_fee: float = 0.0001 # SOL
19
auto_buy: bool = False
20
auto_sell: bool = False
21
custom_buy_amount_1: float = 0.05 # SOL
0 commit comments