Update laconic-faucet stack setup in demo

This commit is contained in:
Adw8 2024-07-18 15:48:09 +05:30
parent 92776426b0
commit fb88d0fe47

View File

@ -170,7 +170,7 @@
- '1317:1317' - '1317:1317'
``` ```
- Create a deployment from the spec files: - Create a deployment from the spec file:
```bash ```bash
laconic-so --stack ~/cerc/fixturenet-laconicd-stack/stack-orchestrator/stacks/fixturenet-laconicd deploy create --spec-file stage1-spec.yml --deployment-dir stage1-deployment laconic-so --stack ~/cerc/fixturenet-laconicd-stack/stack-orchestrator/stacks/fixturenet-laconicd deploy create --spec-file stage1-spec.yml --deployment-dir stage1-deployment
@ -198,6 +198,9 @@
```bash ```bash
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-faucet deploy create --spec-file laconic-faucet-spec.yml --deployment-dir laconic-faucet-deployment laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-faucet deploy create --spec-file laconic-faucet-spec.yml --deployment-dir laconic-faucet-deployment
# Place in the same namespace as stage0
cp stage0-deployment/deployment.yml laconic-faucet-deployment/deployment.yml
``` ```
### L1 eth and L2 optimism stacks ### L1 eth and L2 optimism stacks