From f18415531a0fc8e4b15d25d3dc3f0e1770049e7f Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 25 Jun 2024 09:13:26 +0200 Subject: [PATCH] (feat) use official hummingbot image as default --- frontend/components/deploy_v2_with_controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/deploy_v2_with_controllers.py b/frontend/components/deploy_v2_with_controllers.py index d62eaaf..ef39165 100644 --- a/frontend/components/deploy_v2_with_controllers.py +++ b/frontend/components/deploy_v2_with_controllers.py @@ -19,7 +19,7 @@ class LaunchV2WithControllers: self._controller_configs_available = self._backend_api_client.get_all_controllers_config() self._controller_config_selected = [] self._bot_name = None - self._image_name = "dardonacci/hummingbot:latest" + self._image_name = "hummingbot/hummingbot:latest" self._credentials = "master_account" def _set_bot_name(self, bot_name):