Skip to content

Commit c8c2b40

Browse files
Clarify phrasing of non-sequencer archive node options
1 parent c182ee9 commit c8c2b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/chain-operators/architecture.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ handle the state changing RPC request `eth_sendRawTransaction`. It can be peered
8383
replica nodes to gossip new `unsafe` blocks to the rest of the network.
8484

8585
<Callout type="info">
86-
To run a rollup, you need a minimum of one archive node. This is required by the proposer as the the data that it needs can be older than the data available to a full node. Note that the sequencer doesn't need to be the archive node.
86+
To run a rollup, you need a minimum of one archive node. This is required by the proposer as the the data that it needs can be older than the data available to a full node. Note that since the proposer doesn't care what archive node it points to, you can technically point it towards an archive node that isn't the sequencer.
8787
</Callout>
8888

8989
<Image src="/img/builders/chain-operators/sequencer-node.png" alt="Sequencer Node Diagram" width={400} height={400} />

0 commit comments

Comments
 (0)