Skip to content

Commit fd9bcb8

Browse files
committed
Enable sequencer mode for the shadow builder
1 parent 3121ffc commit fd9bcb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ services:
132132
environment:
133133
# ENGINE CONFIGURATION (builder-specific, playground mode uses 4444)
134134
OP_NODE_L2_ENGINE_RPC: http://builder:4444
135+
# Enable sequencer mode so builder-cl generates payload attributes
136+
# Using placeholder key so shadow builder blocks will be rejected by network
137+
OP_NODE_SEQUENCER_ENABLED: "true"
138+
OP_NODE_SEQUENCER_L1_CONFS: "0"
139+
OP_NODE_VERIFIER_L1_CONFS: "0"
140+
OP_NODE_P2P_SEQUENCER_KEY: "0000000000000000000000000000000000000000000000000000000000000001"
135141

136142
builder:
137143
image: tips-builder:latest

0 commit comments

Comments
 (0)