Get network name by extracting it from deployment.yml
This commit is contained in:
parent
c493363214
commit
8ca78a91bf
@ -144,13 +144,12 @@
|
||||
* On the deployment VM, set the following variables:
|
||||
|
||||
```bash
|
||||
# Switch to `/srv/op-sepolia` directory on the virtual machine
|
||||
cd /srv/op-sepolia
|
||||
|
||||
L1_RPC=http://host.docker.internal:8545
|
||||
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
|
||||
ACCOUNT=<admin-account-address>
|
||||
|
Loading…
Reference in New Issue
Block a user