Add instructions to setup and run testnet L2 and Nitro deployments #26
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user