From 5ad781d2581fea1e91665b80521865b7da79de77 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 3 Sep 2024 15:40:29 +0530 Subject: [PATCH] Fix L2 config file path in instructions --- ops/deployments-from-scratch.md | 2 +- testnet-nitro-node.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ops/deployments-from-scratch.md b/ops/deployments-from-scratch.md index 293fdb6..ca33dd1 100644 --- a/ops/deployments-from-scratch.md +++ b/ops/deployments-from-scratch.md @@ -51,7 +51,7 @@ cd testnet-ops/l2-setup ``` -* Edit `l2-config.env.j2` and fill in the following values: +* Edit `templates/configs/l2-config.env` and fill in the following values: ```bash # Chain ID of the L1 chain (Sepolia: 11155111) diff --git a/testnet-nitro-node.md b/testnet-nitro-node.md index 4cbbd90..560f805 100644 --- a/testnet-nitro-node.md +++ b/testnet-nitro-node.md @@ -54,7 +54,9 @@ * Update the target dir in `setup-vars.yml`: ```bash + # Set path to desired deployments dir DEPLOYMENTS_DIR= + sed -i "s|^nitro_directory:.*|nitro_directory: $DEPLOYMENTS_DIR/nitro-node|" setup-vars.yml # Will create deployments at $DEPLOYMENTS_DIR/nitro-node/l1-nitro-deployment and $DEPLOYMENTS_DIR/nitro-node/l2-nitro-deployment