Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Mar 18, 2024
1 parent d5d71cc commit fe067d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion permissionless-node/main.star
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def start_permissionless_prover(plan, args, cpu_arch):
},
)
plan.add_service(
name="zkevm-prover-permissionless-" + args["deployment_idx"],
name="zkevm-permissionless-prover-" + args["deployment_idx"],
config=ServiceConfig(
image=args["zkevm_prover_image"],
ports={
Expand Down
4 changes: 2 additions & 2 deletions permissionless-node/templates/permissionless-node-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ DefaultGasPriceWei = 1000000000
MaxGasPriceWei = 0

[MTClient]
URI = "zkevm-prover-permissionless-{{.deployment_idx}}:{{.zkevm_hash_db_port}}"
URI = "zkevm-permissionless-prover-{{.deployment_idx}}:{{.zkevm_hash_db_port}}"

[Executor]
URI = "zkevm-prover-permissionless-{{.deployment_idx}}:{{.zkevm_executor_port}}"
URI = "zkevm-permissionless-prover-{{.deployment_idx}}:{{.zkevm_executor_port}}"
MaxGRPCMessageSize = 100000000

[Metrics]
Expand Down

0 comments on commit fe067d4

Please sign in to comment.