Commit fd29e1c7 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #4856 from ethereum-optimism/jm/fix-md-lint

fix(specs): Use alias syntax to address long lines
parents 4e3dd6ff 7cb1184d
...@@ -133,8 +133,8 @@ The Optimism Portal serves as both the entry and exit point to the Optimism L2. ...@@ -133,8 +133,8 @@ The Optimism Portal serves as both the entry and exit point to the Optimism L2.
the [DepositFeed](./deposits.md#deposit-contract) contract, and in addition provides the following interface for the [DepositFeed](./deposits.md#deposit-contract) contract, and in addition provides the following interface for
withdrawals: withdrawals:
- [`WithdrawalTransaction` type](https://github.com/ethereum-optimism/optimism/blob/6c6d142d7bb95faa11066aab5d8aed7187abfe38/packages/contracts-bedrock/contracts/libraries/Types.sol#L76-L83) - [`WithdrawalTransaction` type]
- [`OutputRootProof` type](https://github.com/ethereum-optimism/optimism/blob/6c6d142d7bb95faa11066aab5d8aed7187abfe38/packages/contracts-bedrock/contracts/libraries/Types.sol#L33-L38) - [`OutputRootProof` type]
```js ```js
interface OptimismPortal { interface OptimismPortal {
...@@ -217,3 +217,6 @@ contracts if desired. ...@@ -217,3 +217,6 @@ contracts if desired.
| `FINALIZATION_PERIOD` | `604_800` | seconds | | `FINALIZATION_PERIOD` | `604_800` | seconds |
This `FINALIZATION_PERIOD` value is equivalent to 7 days. This `FINALIZATION_PERIOD` value is equivalent to 7 days.
[`WithdrawalTransaction` type]: https://github.com/ethereum-optimism/optimism/blob/6c6d142d7bb95faa11066aab5d8aed7187abfe38/packages/contracts-bedrock/contracts/libraries/Types.sol#L76-L83
[`OutputRootProof` type]: https://github.com/ethereum-optimism/optimism/blob/6c6d142d7bb95faa11066aab5d8aed7187abfe38/packages/contracts-bedrock/contracts/libraries/Types.sol#L33-L38
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