diff --git a/run_service.py b/run_service.py index 50a1e04..8f54b33 100644 --- a/run_service.py +++ b/run_service.py @@ -322,8 +322,6 @@ def main() -> None: apply_env_vars(env_vars) # Build the deployment - # del os.environ["MAX_FEE_PER_GAS"] - # del os.environ["MAX_PRIORITY_FEE_PER_GAS"] service.deployment.build(use_docker=True, force=True, chain_id=home_chain_id) # Run the deployment