From 4580f6c7ad3f154223411833c3417265c4b64ac2 Mon Sep 17 00:00:00 2001 From: minhd-vu Date: Fri, 25 Oct 2024 13:37:51 -0400 Subject: [PATCH] more docs --- deploy_l2_contracts.star | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy_l2_contracts.star b/deploy_l2_contracts.star index 6c36e1a6..833ff424 100644 --- a/deploy_l2_contracts.star +++ b/deploy_l2_contracts.star @@ -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",