Skip to content

Commit

Permalink
fix: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
KahanMajmudar committed Nov 20, 2024
1 parent 8b74151 commit 7f0aade
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f0aade

Please sign in to comment.