We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3121ffc commit fd9bcb8Copy full SHA for fd9bcb8
docker-compose.yml
@@ -132,6 +132,12 @@ services:
132
environment:
133
# ENGINE CONFIGURATION (builder-specific, playground mode uses 4444)
134
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"
141
142
builder:
143
image: tips-builder:latest
0 commit comments