Skip to content

Commit

Permalink
fix: permissionless-node genesis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Mar 26, 2024
1 parent b7b3e79 commit 286f373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@ def run(plan, args):
"Executing stage " + str(DEPLOYMENT_STAGE.deploy_permissionless_node)
)

genesis_artifact = plan.store_service_files(
name="genesis",
service_name="contracts" + args["deployment_suffix"],
src="/opt/zkevm/genesis.json",
)

# FIXME: This will create an alias of args and not a deep copy!
permissionless_args = args
# Note that an additional suffix will be added to the permissionless services.
Expand Down

0 comments on commit 286f373

Please sign in to comment.