Skip to content

Commit

Permalink
doc: update suffix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Mar 21, 2024
1 parent 48f3c70 commit 4dd23a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ def run(plan, args):
aggregator_keystore_artifact,
)

# TODO: Start default pless node
# Start default permissionless node.
# Note that an additional suffix will be added to the services.
permissionless_args = args
permissionless_args["deployment_suffix"] = "-pless" + args["deployment_suffix"]
permissionless_args["genesis_artifact"] = genesis_artifact
Expand Down
5 changes: 3 additions & 2 deletions params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Deployment parameters.

# Suffix appended to service names.
# Note: It needs to be a string.
deployment_suffix: "-001"
# Note: It should be a string.
cdk_deployment_suffix: "-001"


# Docker images and repositories used to spin up services.
zkevm_prover_image: hermeznetwork/zkevm-prover:v5.0.7
Expand Down

0 comments on commit 4dd23a2

Please sign in to comment.