Commit c7427dd3 authored by Marcin Bieszke's avatar Marcin Bieszke

specs: typo - should be L1 as the L2OutputOracle contract is deployed there

parent 28c35a77
...@@ -34,7 +34,7 @@ are part of later specification milestones. ...@@ -34,7 +34,7 @@ are part of later specification milestones.
## Proposing L2 Output Commitments ## Proposing L2 Output Commitments
The proposer's role is to construct and submit output roots, which are commitments made on a configurable interval, The proposer's role is to construct and submit output roots, which are commitments made on a configurable interval,
to the `L2OutputOracle` contract running on L2. It does this by running the [L2 output proposer](../op-proposer/), to the `L2OutputOracle` contract running on L1. It does this by running the [L2 output proposer](../op-proposer/),
a service which periodically queries the rollup node's a service which periodically queries the rollup node's
[`optimism_outputAtBlock` rpc method](./rollup-node.md#l2-output-rpc-method) for the latest output root derived [`optimism_outputAtBlock` rpc method](./rollup-node.md#l2-output-rpc-method) for the latest output root derived
from the latest [finalized](rollup-node.md#finalization-guarantees) L1 block. The construction of this output root is from the latest [finalized](rollup-node.md#finalization-guarantees) L1 block. The construction of this output root is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment