Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Oct 25, 2024
1 parent 4d4a339 commit 4580f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy_l2_contracts.star
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def run(plan, args):

# When funding accounts and deploying the contracts on l2, the
# zkevm-contracts service is reused to reduce startup time. Since the l2
# doesn't exist at the time the service is added to kurtosis, the l2_rpc_url
# can't be templated. Therefore, we export he l2_rpc_url as an environment
# variable before running the script.
# doesn't exist at the time the service is added to kurtosis, the
# `l2_rpc_url` can't be templated. Therefore, the `l2_rpc_url` is exported
# as an environment variable before running the `run-l2-contract-setup.sh`.

plan.exec(
description="Deploying contracts on L2",
Expand Down

0 comments on commit 4580f6c

Please sign in to comment.