Commit 9047f5cd authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #8101 from ethereum-optimism/jm/style-update

docs(ctb): Add network-specific to style guide
parents 079a99b0 1f9f4458
...@@ -21,9 +21,10 @@ with additional rules. These are: ...@@ -21,9 +21,10 @@ with additional rules. These are:
We also have the following custom tags: We also have the following custom tags:
- `@custom:proxied`: Add to a contract whenever it's meant to live behind a proxy. - `@custom:proxied`: Add to a contract whenever it's meant to live behind a proxy.
- `@custom:upgradeable`: Add to a contract whenever it's meant to be used in an upgradeable contract. - `@custom:upgradeable`: Add to a contract whenever it's meant to be inherited by an upgradeable contract.
- `@custom:semver`: Add to a constructor to indicate the version of a contract. - `@custom:semver`: Add to `version` variable which indicate the contracts semver.
- `@custom:legacy`: Add to an event or function when it only exists for legacy support. - `@custom:legacy`: Add to an event or function when it only exists for legacy support.
- `@custom:network-specific`: Add to state variables which vary between OP Chains.
#### Errors #### Errors
......
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