Skip to content

Commit 5f8d0ef

Browse files
committed
docs(readme): fix mermaid diagram parse issues (emoji & arrow syntax)
1 parent 361969e commit 5f8d0ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ flowchart TD
4747
inbound["📥 Transactions & Bundles"] --> Cache
4848
Env ==block_env==> Simulator
4949
Cache ==sim_cache==> Simulator
50-
Simulator ==built_block==> SubmitBH
50+
Simulator["💾 Simulator Task"]
5151
Simulator ==built_block==> SubmitFB
52-
52+
SubmitFB["🛡️ Submit Task (Flashbots)"]
5353
SubmitBH ==tx_receipt==> Metrics
5454
SubmitFB ==bundle_receipt==> Metrics
5555
@@ -60,7 +60,7 @@ flowchart TD
6060
Quincey -.bundle_signature.-> SubmitFB
6161
6262
%% External targets
63-
SubmitBH -->|"signet block (blob tx)"| L1["⛓️ Ethereum L1"]
63+
cfg -."flashbots_endpoint".-> SubmitFB
6464
SubmitFB -->|"MEV bundle"| Relay["🛡️ Flashbots Relay"]
6565
6666
classDef ext fill:#111,stroke:#bbb,color:#fff;

0 commit comments

Comments
 (0)