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 361969e commit 5f8d0efCopy full SHA for 5f8d0ef
README.md
@@ -47,9 +47,9 @@ flowchart TD
47
inbound["📥 Transactions & Bundles"] --> Cache
48
Env ==block_env==> Simulator
49
Cache ==sim_cache==> Simulator
50
- Simulator ==built_block==> SubmitBH
+ Simulator["💾 Simulator Task"]
51
Simulator ==built_block==> SubmitFB
52
-
+ SubmitFB["🛡️ Submit Task (Flashbots)"]
53
SubmitBH ==tx_receipt==> Metrics
54
SubmitFB ==bundle_receipt==> Metrics
55
@@ -60,7 +60,7 @@ flowchart TD
60
Quincey -.bundle_signature.-> SubmitFB
61
62
%% External targets
63
- SubmitBH -->|"signet block (blob tx)"| L1["⛓️ Ethereum L1"]
+ cfg -."flashbots_endpoint".-> SubmitFB
64
SubmitFB -->|"MEV bundle"| Relay["🛡️ Flashbots Relay"]
65
66
classDef ext fill:#111,stroke:#bbb,color:#fff;
0 commit comments