Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make glossary easier to read #693

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
12 changes: 6 additions & 6 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ To help with clarity and a common understanding, here are some helpful terms and

### General

**Superchain member:** A chain with an agreement in place to commit sequencer revenue back to the Optimism Collective.
**Blockspace charter:** A [Blockspace Charter](https://gov.optimism.io/t/season-6-introducing-blockspace-charters-superchain-first-governance/8133) is a technical-focused governing document (and framework) for the Superchain.
**Standard chain:** A chain that conforms to the [Standard Rollup Charter - not ratified yet](https://gov.optimism.io/t/season-6-draft-standard-rollup-charter/8135)
**Frontier chain:** A non-standard chain that has modifications that do not fit the `Standard Rollup Charter` criteria.
**Standard chain candidate:** A chain that has met most of the standard chain criteria, except for the `ProxyAdminOwner` key handover.
**Key handover:** A colloquial term for updating the chain's `ProxyAdminOwner` to fulfill the requirements of the standard rollup charter.
* **Superchain member:** A chain with an agreement in place to commit sequencer revenue back to the Optimism Collective.
* **Blockspace charter:** A [Blockspace Charter](https://gov.optimism.io/t/season-6-introducing-blockspace-charters-superchain-first-governance/8133) is a technical-focused governing document (and framework) for the Superchain.
* **Standard chain:** A chain that conforms to the [Standard Rollup Charter - not ratified yet](https://gov.optimism.io/t/season-6-draft-standard-rollup-charter/8135)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the charter has now been ratified?

* **Frontier chain:** A non-standard chain that has modifications that do not fit the `Standard Rollup Charter` criteria.
* **Standard chain candidate:** A chain that has met most of the standard chain criteria, except for the `ProxyAdminOwner` key handover.
* **Key handover:** A colloquial term for updating the chain's `ProxyAdminOwner` to fulfill the requirements of the standard rollup charter.

### Superchain Level and Rollup Stage

Expand Down
Loading