Add instructions to setup and run testnet L2 and Nitro deployments #26

Merged
nabarun merged 22 commits from sk-l2-setup into main 2024-09-12 13:31:18 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 5ad781d258 - Show all commits

View File

@ -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)

View File

@ -54,7 +54,9 @@
* Update the target dir in `setup-vars.yml`:
```bash
# Set path to desired deployments dir
DEPLOYMENTS_DIR=<path-to-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