Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
KahanMajmudar committed Nov 21, 2024
1 parent 067993c commit b2fe914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ def main() -> None:
# TODO: no way to update this atm after its provided, user is expected to update the file itself.
"API_KEYS": json.dumps(api_keys, separators=(',', ':')),
"AGENT_ID": str(mech_quickstart_config.agent_id),
# TODO this will be very unclear for the general user how to come up with
"METADATA_HASH": mech_quickstart_config.metadata_hash,
"MECH_TO_CONFIG": json.dumps(mech_to_config, separators=(',', ':')),
"ON_CHAIN_SERVICE_ID": service.chain_configs[home_chain_id].chain_data.token,
Expand Down

0 comments on commit b2fe914

Please sign in to comment.