Add automatic swap when low ETH
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user