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
Showing only changes of commit 699253df56 - Show all commits

View File

@ -144,13 +144,12 @@
* On the deployment VM, set the following variables: * On the deployment VM, set the following variables:
```bash ```bash
# Switch to `/srv/op-sepolia` directory on the virtual machine
cd /srv/op-sepolia cd /srv/op-sepolia
L1_RPC=http://host.docker.internal:8545 L1_RPC=http://host.docker.internal:8545
L2_RPC=http://host.docker.internal:9545 L2_RPC=http://host.docker.internal:9545
NETWORK=<the network name found above> NETWORK=$(grep 'cluster-id' optimism-deployment/deployment.yml | sed 's/cluster-id: //')_default
DEPLOYMENT_CONTEXT=11155111 DEPLOYMENT_CONTEXT=11155111
ACCOUNT=<admin-account-address> ACCOUNT=<admin-account-address>