Skip to content

Commit

Permalink
update aggregator.star
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 20, 2024
1 parent e65a4e3 commit 7bf9343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aligned/aggregator/aggregator.star
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IMAGE_NAME = "aggregator:latest"
SERVICE_NAME = "aligned-aggregator"

ENTRYPOINT_ARGS = ["/aggregator"]
ENTRYPOINT_ARGS = ["/bin/aggregator"]

# The min/max CPU/memory that aligned-aggregator can use
MIN_CPU = 100
Expand All @@ -25,6 +25,7 @@ def launch_aggregator(
plan.add_service(SERVICE_NAME, config)


# TODO: add -config $(AGG_CONFIG_FILE)
def get_config(
prefunded_addresses,
el_uri,
Expand Down

0 comments on commit 7bf9343

Please sign in to comment.