diff --git a/crates/flashblocks/README.md b/crates/flashblocks/README.md index 612d804b..356159cc 100644 --- a/crates/flashblocks/README.md +++ b/crates/flashblocks/README.md @@ -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. \ No newline at end of file +they are finalized on-chain. diff --git a/crates/runner/README.md b/crates/runner/README.md index 715def2e..ea2270f2 100644 --- a/crates/runner/README.md +++ b/crates/runner/README.md @@ -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.