Skip to content

Commit

Permalink
nit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Aug 27, 2024
1 parent c1ff04f commit 9382bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sequenceDiagram
SEQ->>BOP: Send latest head update (p2p channel)
BOP->>BUILDER: Publish attributes to the event stream
BUILDER->>BUILDER: Start building blocks
SEQ->>BUILDER: GetPayload API request
SEQ->>BUILDER: GetPayload Builder API request
BUILDER->>SEQ: VersionedSubmitBlockRequest
SEQ->>ENGINE: Insert payload
```
Expand All @@ -53,6 +53,7 @@ Key Components:
* Builder Op-Node: Op-node connected to the network to get the latest head update.
* Builder: Flashbots block builder for Optimism.

Process:
1. Sequencer publishes the latest head update in p2p channel
2. Builder Op-Node receives the head update and publishes the attributes to the event stream.
3. Builder listens to the event stream and triggers the build process when the attributes are available.
Expand Down

0 comments on commit 9382bb9

Please sign in to comment.