Skip to content

Commit

Permalink
fix: patch gnosis rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Nov 20, 2024
1 parent be935c1 commit 07e6c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def main() -> None:
"MECH_TO_CONFIG": json.dumps(mech_to_config, separators=(',', ':')),
"ON_CHAIN_SERVICE_ID": service.chain_configs[home_chain_id].chain_data.token,
"TOOLS_TO_PACKAGE_HASH": mech_quickstart_config.tools_to_packages_hash,
"GNOSIS_RPC_0": mech_quickstart_config.gnosis_rpc,
}
apply_env_vars(env_vars)

Expand Down

0 comments on commit 07e6c9e

Please sign in to comment.