Skip to content

Commit

Permalink
small lint fix (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 authored Oct 1, 2024
1 parent 0991269 commit 17ef36c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion specs/experimental/op-contracts-manager.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# OP Contracts Manager

[`op-contracts/v1.4.0`]: https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts%2Fv1.6.0
[Optimism Monorepo releases]: https://github.com/ethereum-optimism/optimism/releases
[contract releases]: https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/VERSIONING.md
[standard configuration]: ../protocol/configurability.md
Expand Down
8 changes: 4 additions & 4 deletions specs/protocol/configurability.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ existing [permissioned dispute games](../fault-proof/stage-one/bridge-integratio
[^of-gnosis-safe-l1]<br/>
**Notes:** Optimism Foundation (OF) multisig
leveraging [battle-tested software](https://github.com/safe-global/safe-smart-account). This role is only active when
the `OptimismPortal` respected game type is [
`PERMISSIONED_CANNON`](https://github.com/ethereum-optimism/optimism/blob/op-contracts/v1.5.0/packages/contracts-bedrock/src/dispute/lib/Types.sol#L31).<br/>
the `OptimismPortal` respected game type is [`PERMISSIONED_CANNON`]
(<https://github.com/ethereum-optimism/optimism/blob/op-contracts/v1.5.0/packages/contracts-bedrock/src/dispute/lib/Types.sol#L31>).<br/>

### [Guardian address](https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/SuperchainConfig.sol#L50)

Expand All @@ -429,8 +429,8 @@ with [permissioned dispute games](../fault-proof/stage-one/bridge-integration.md
L1.<br/>
**Administrator:** [L1 Proxy Admin](#admin-roles)<br/>
**Requirement:** No requirement<br/>
**Notes:** This role is only active when the `OptimismPortal` respected game type is [
`PERMISSIONED_CANNON`](https://github.com/ethereum-optimism/optimism/blob/op-contracts/v1.5.0/packages/contracts-bedrock/src/dispute/lib/Types.sol#L31).
**Notes:** This role is only active when the `OptimismPortal` respected game type is [`PERMISSIONED_CANNON`]
(<https://github.com/ethereum-optimism/optimism/blob/op-contracts/v1.5.0/packages/contracts-bedrock/src/dispute/lib/Types.sol#L31>).
The `L1ProxyAdmin` sets the implementation of the `PERMISSIONED_CANNON` game type. Thus, it determines the proposer
configuration of the permissioned dispute game.<br/>

Expand Down

0 comments on commit 17ef36c

Please sign in to comment.