Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/flashblocks/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flashblocks State

This crate subscribes to Flashblocks & combines the state
This crate subscribes to Flashblocks and combines the state
with the canonical block stream, to keep a consistent view
of pending transactions, blocks, and receipts before
they are finalized on-chain.
they are finalized on-chain.
2 changes: 1 addition & 1 deletion crates/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

This crate hosts the Base-specific node launcher that wires together the Optimism node
components, execution extensions, and RPC add-ons that run inside the Base node binary.
It exposes the types that the CLI uses to build a node and hand those pieces to Optimism's
It exposes the types that the CLI uses to build a node and pass those pieces to Optimism's
`Cli` runner.