Add automatic swap when low ETH

This commit is contained in:
2025-08-28 06:49:14 +07:00
parent 2e4c18ff63
commit 28fef53ff8
3 changed files with 104 additions and 14 deletions

View File

@@ -42,5 +42,8 @@ namespace Managing.Application.Abstractions
/// <param name="newConfig">The new configuration to apply</param>
/// <returns>True if the configuration was successfully updated, false otherwise</returns>
Task<bool> UpdateConfiguration(TradingBotConfig newConfig);
Task LogInformation(string message);
Task LogWarning(string message);
}
}