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
2 changes: 1 addition & 1 deletion specs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
- [Transaction Pool](./interop/tx-pool.md)
- [OptimismPortal](./interop/optimism-portal.md)
- [ETH Lockbox](./interop/eth-lockbox.md)
- [OP Contracts Manager](./experimental/op-contracts-manager.md)
- [OP Contracts Manager](./protocol/op-contracts-manager.md)
- [Governance Token](./experimental/gov-token.md)
- [Glossary](./glossary.md)
2 changes: 1 addition & 1 deletion specs/protocol/configurability.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Standard Chain within the superchain.
These requirements are currently a draft, pending governance approval.

The recommended way to deploy L1 contracts for an OP chain that meet the standard configuration will be with the
[OP Contracts Manager](../experimental/op-contracts-manager.md).
[OP Contracts Manager](./op-contracts-manager.md).

## Consensus Parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[Optimism Monorepo releases]: https://github.com/ethereum-optimism/optimism/releases
[contract releases]: https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/meta/VERSIONING.md
[standard configuration]: ../protocol/configurability.md
[standard configuration]: ./configurability.md
[superchain registry]: https://github.com/ethereum-optimism/superchain-registry
[ethereum-lists/chains]: https://github.com/ethereum-lists/chains
[Batch Inbox]: ../protocol/configurability.md#consensus-parameters
[Batch Inbox]: ./configurability.md#consensus-parameters

The OP Contracts Manager is a contract that deploys the L1 contracts for an OP Stack chain in a single
transaction. It provides a minimal set of user-configurable parameters to ensure that the resulting
Expand Down Expand Up @@ -58,7 +58,7 @@ The OP Contracts Manager corresponding to each release can be used to:
2. Upgrade the contracts for an existing OP chain from the previous release to the new release.
3. Orchestrate adding a new game type on a per-chain basis

Upgrades must be performed by the [Proxy Admin Owner](../protocol/stage-1.md#roles-for-stage-1) Safe for a chain.
Upgrades must be performed by the [Proxy Admin Owner](./stage-1.md#roles-for-stage-1) Safe for a chain.

## Getter Methods

Expand Down