Skip to content

Commit 9e1e2b3

Browse files
authored
fix(l2): remove l2 subcommand from tdx override (#4713)
**Motivation** The `TDX` workflow is currently failing: https://github.com/lambdaclass/ethrex/actions/runs/18141426891/job/51633435845. **Description** - Removes the extra `L2` subcommand from the `TDX` override. Closes None
1 parent 92afbc2 commit 9e1e2b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/l2/docker-compose-l2-tdx.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ services:
33
ethrex_l2:
44
volumes:
55
- ./tee/contracts/automata-dcap-qpl/automata-dcap-qpl-tool/target/release/automata-dcap-qpl-tool:/automata-dcap-qpl-tool:ro,exec
6+
- ../../cmd/.env:/env/.env
67
environment:
78
- ETHREX_PROOF_COORDINATOR_TDX_PRIVATE_KEY=${ETHREX_PROOF_COORDINATOR_TDX_PRIVATE_KEY:-0x39725efee3fb28614de3bacaffe4cc4bd8c436257e2c8bb887c4b5c4be45e76d}
89
command: >
9-
l2
1010
--network /genesis/l2.json
1111
--http.addr 0.0.0.0
1212
--http.port 1729
@@ -17,3 +17,6 @@ services:
1717
--proof-coordinator.l1-private-key 0x39725efee3fb28614de3bacaffe4cc4bd8c436257e2c8bb887c4b5c4be45e76d
1818
--proof-coordinator.qpl-tool-path /automata-dcap-qpl-tool
1919
--no-monitor
20+
21+
volumes:
22+
env: null

0 commit comments

Comments
 (0)