Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pages/builders/node-operators/network-upgrades.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Data Availability (DA) upgrade:

### [Delta](https://specs.optimism.io/protocol/superchain-upgrades.html#delta)

The Delta upgrade consists of a single consensus-layer feature: [Span Batches](https://specs.optimism.io/protocol/span-batches.html).
The Delta upgrade consists of a single consensus-layer feature: [Span Batches](https://specs.optimism.io/protocol/delta/span-batches.html).

The Delta upgrade uses a *L2 block-timestamp* activation-rule, and is specified only in the rollup-node (`delta_time`).

Expand Down
1 change: 0 additions & 1 deletion pages/chain/identity/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"about-attestations": "About Attestations",
"contracts-eas": "Contracts (EAS)",
"schemas": "Schemas",
"optimist-profile": "Optimist Profile",
"applications": "Apps"
}
47 changes: 0 additions & 47 deletions pages/chain/identity/optimist-profile.mdx

This file was deleted.

3 changes: 2 additions & 1 deletion pages/chain/identity/schemas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Below you will find a list of relevant schemas that are being used on OP Mainnet

## Next Steps

For detailed instructions, see [Optimist Profile](optimist-profile#common-questions).
* For more information on working with attestations, see [Build Decentralized Identity Apps with Attestations](/chain/identity/about-attestations).
* To see a list of applications using EAS, see [Attestation Apps](/chain/identity/applications).
3 changes: 2 additions & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
/builders/dapp-developers/dapp-developer-overview /builders/app-developers/overview
/tokenlist /chain/tokenlist
/addresses /chain/addresses
/identity/optimist-profile /chain/identity/optimist-profile
/identity/optimist-profile /chain/identity/overview
/chain/identity/optimist-profile /chain/identity/overview
/stack/transactions/transaction-fees /stack/transactions/fees
/builders/tools/monitoring/regenesis-history /builders/tools/monitor/regenesis-history
/builders/dapp-developers/bridging/basics /builders/app-developers/bridging/basics
Expand Down