From 8b74151e6717667ae7077e4241415b6bbca7db8a Mon Sep 17 00:00:00 2001 From: KahanMajmudar Date: Wed, 20 Nov 2024 15:27:12 +0000 Subject: [PATCH] make gnosis default chain --- utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils.py b/utils.py index b60c790..aeb9449 100644 --- a/utils.py +++ b/utils.py @@ -316,8 +316,7 @@ def get_local_config() -> MechQuickstartConfig: print_section("API Key Configuration") if mech_quickstart_config.home_chain_id is None: - print("Select the chain for you service") - mech_quickstart_config.home_chain_id = input_select_chain([ChainType.GNOSIS]).id + mech_quickstart_config.home_chain_id = ChainType.GNOSIS.id if mech_quickstart_config.gnosis_rpc is None: mech_quickstart_config.gnosis_rpc = input(