Skip to content
Open
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
8 changes: 4 additions & 4 deletions docs/specifications/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ There are four categories of Base configuration:
| Role | Description | Administers |
|------|-------------|-------------|
| L1 Proxy Admin | `ProxyAdmin` from the latest `op-contracts` release, authorized to upgrade L1 contracts | L1 contracts |
| L1 ProxyAdmin Owner | Authorized to update the L1 Proxy Admin. [0x5a0Aae59D09fccBdDb6C6CcEB07B7279367C3d2A](https://etherscan.io/address/0x5a0Aae59D09fccBdDb6C6CcEB07B7279367C3d2A) | [L1 Proxy Admin](#admin-roles) |
| L1 ProxyAdmin Owner | Authorized to update the L1 Proxy Admin. [0x7bB41C3008B3f03FE483B28b8DB90e19Cf07595c](https://etherscan.io/address/0x7bB41C3008B3f03FE483B28b8DB90e19Cf07595c) | [L1 Proxy Admin](#admin-roles) |
| L2 Proxy Admin | `ProxyAdmin` at `0x4200000000000000000000000000000000000018`, authorized to upgrade L2 contracts | [Predeploys](/specifications/base-protocol/execution/predeploys#overview) |
| L2 ProxyAdmin Owner | [Aliased](/specifications/reference/glossary#address-aliasing) L1 ProxyAdmin Owner; upgrades L2 contracts via `ProxyAdmin`. [0x6B1BAE59D09fCcbdDB6C6cceb07B7279367C4E3b](https://optimistic.etherscan.io/address/0x6B1BAE59D09fCcbdDB6C6cceb07B7279367C4E3b) | [L2 Proxy Admin](#admin-roles) |
| L2 ProxyAdmin Owner | [Aliased](/specifications/reference/glossary#address-aliasing) L1 ProxyAdmin Owner; upgrades L2 contracts via `ProxyAdmin`. [0x8cC51c3008b3f03Fe483B28B8Db90e19cF076a6d](https://basescan.org/address/0x8cC51c3008b3f03Fe483B28B8Db90e19cF076a6d) | [L2 Proxy Admin](#admin-roles) |
| [System Config Owner](/specifications/base-protocol/consensus/derivation#system-configuration) | Authorized to change values in the `SystemConfig` contract | [Batch Submitter](#service-roles), [Sequencer P2P Signer](#service-roles), Fee Scalar, Gas Limit |

## Service Roles

| Role | Description | Administrator |
|------|-------------|---------------|
| [Batch Submitter](/specifications/reference/glossary#batcher) | Authenticates batches submitted to L1 | [System Config Owner](#admin-roles) |
| Challenger | Interacts with permissioned dispute games. [0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A](https://etherscan.io/address/0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A) | [L1 Proxy Admin](#admin-roles) |
| Guardian | Pauses L1 withdrawals, blacklists dispute games, sets respected game type in `OptimismPortal`. [0x09f7150D8c019BeF34450d6920f6B3608ceFdAf2](https://etherscan.io/address/0x09f7150D8c019BeF34450d6920f6B3608ceFdAf2) | [L1 Proxy Admin](#admin-roles) |
| Challenger | Interacts with permissioned dispute games. [0x819501cdA743a606A93dbEF254FE0D263Ce7d102](https://etherscan.io/address/0x819501cdA743a606A93dbEF254FE0D263Ce7d102) | [L1 Proxy Admin](#admin-roles) |
| Guardian | Pauses L1 withdrawals, blacklists dispute games, sets respected game type in `OptimismPortal`. [0x7bB41C3008B3f03FE483B28b8DB90e19Cf07595c](https://etherscan.io/address/0x7bB41C3008B3f03FE483B28b8DB90e19Cf07595c) | [L1 Proxy Admin](#admin-roles) |
| Proposer | Creates permissioned dispute games on L1. | [L1 Proxy Admin](#admin-roles) |
| [Sequencer P2P Signer](/specifications/reference/glossary#unsafe-block-signer) | Signs unsafe/pre-submitted blocks at the P2P layer | [System Config Owner](#admin-roles) |
Loading