Skip to content

Commit 1f06a6f

Browse files
authored
Merge branch 'main' into ss/replace-dangling-plasma
2 parents 8870649 + 1a47cf8 commit 1f06a6f

27 files changed

+131
-605
lines changed

next.config.mjs

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,7 @@ export default {
1717
eslint: {
1818
ignoreDuringBuilds: true,
1919
},
20-
redirects: async () => [
21-
{
22-
source: '/stack/interop/architecture',
23-
destination: '/stack/interop/explainer#interoperability-architecture',
24-
permanent: false,
25-
},
26-
{
27-
source: '/stack/interop/cross-chain-message',
28-
destination: '/stack/interop/explainer#how-messages-get-from-one-chain-to-the-other',
29-
permanent: false,
30-
},
31-
],
20+
21+
// Don't put redirects here
22+
// they go in public/_redirects
3223
}

pages/builders/app-developers/tools/supersim.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ description: >-
66
information and resources about supersim.
77
---
88

9-
import Supersim from '@/pages/stack/interop/supersim.mdx'
9+
import Supersim from '@/pages/stack/interop/tools/supersim.mdx'
1010

1111
<Supersim />

pages/builders/chain-operators/architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ In addition to the core protocol components, the following offchain services are
160160
161161
### op-conductor
162162
163-
The [op-conductor](/tools/op-conductor) RPC can act as a leader-aware rpc proxy for op-batcher (proxies the necessary op-geth / op-node RPC methods if the node is the leader).
163+
The [op-conductor](/builders/chain-operators/tools/op-conductor) RPC can act as a leader-aware rpc proxy for op-batcher (proxies the necessary op-geth / op-node RPC methods if the node is the leader).
164164
165165
### op-challenger
166166
167-
The [op-challenger](/tools/op-challenger) verifies the correctness of the L2 state by challenging invalid state transitions. This ensures the network's security and validity.
167+
The [op-challenger](/builders/chain-operators/tools/op-challenger) verifies the correctness of the L2 state by challenging invalid state transitions. This ensures the network's security and validity.
168168
169169
### Ethereum L1 nodes
170170

pages/builders/node-operators/configuration/consensus-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ When false, halts op-node startup if the healthcheck to the Beacon-node endpoint
8686
<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
8787
<Tabs.Tab>`--l1.beacon.ignore=<boolean>`</Tabs.Tab>
8888
<Tabs.Tab>`--l1.beacon.ignore=false`</Tabs.Tab>
89-
<Tabs.Tab>`OP_NODE_L1_BEACON=false`</Tabs.Tab>
89+
<Tabs.Tab>`OP_NODE_L1_BEACON_IGNORE=false`</Tabs.Tab>
9090
</Tabs>
9191

9292
### l1.epoch-poll-interval

pages/chain/_meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"networks": "Networks and RPC Endpoints",
44
"addresses": "Contract addresses",
55
"tokenlist": "Bridged token addresses",
6-
"identity": "Identity",
76
"testing": "Testing",
87
"security": "Security"
98
}

pages/chain/identity.mdx

Lines changed: 0 additions & 29 deletions
This file was deleted.

pages/chain/identity/_meta.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

pages/chain/identity/about-attestations.mdx

Lines changed: 0 additions & 62 deletions
This file was deleted.

pages/chain/identity/applications.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

pages/chain/identity/contracts-eas.mdx

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)