Update fetch borkerPosition in bot + better HandleClosePosition + Add debug channel to receive all debug

This commit is contained in:
2025-10-25 18:35:51 +07:00
parent 38e6998ff3
commit f816b8de50
9 changed files with 229 additions and 98 deletions

View File

@@ -112,9 +112,9 @@ namespace Managing.Common
public static decimal MinimumSwapEthBalanceUsd = 1m;
public const decimal MaximumGasFeeUsd = 1.5m;
public const double AutoSwapAmount = 3;
// Fee Configuration
public const decimal UiFeeRate = 0.001m; // 0.1% UI fee rate
public const decimal UiFeeRate = 0.00075m; // 0.1% UI fee rate
public const decimal GasFeePerTransaction = 0.15m; // $0.15 gas fee per transaction
}