Skip to content

Commit

Permalink
make gnosis default chain
Browse files Browse the repository at this point in the history
  • Loading branch information
KahanMajmudar committed Nov 20, 2024
1 parent 07e6c9e commit 8b74151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8b74151

Please sign in to comment.