Skip to content

Commit

Permalink
Clarify phrasing of non-sequencer archive node options
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho authored Aug 30, 2024
1 parent c182ee9 commit c8c2b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/builders/chain-operators/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ handle the state changing RPC request `eth_sendRawTransaction`. It can be peered
replica nodes to gossip new `unsafe` blocks to the rest of the network.

<Callout type="info">
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.
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.
</Callout>

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

0 comments on commit c8c2b40

Please sign in to comment.