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