Skip to content

Commit ade1888

Browse files
committed
fix breadcrumbs errors
1 parent baff61a commit ade1888

File tree

6 files changed

+27
-7
lines changed

6 files changed

+27
-7
lines changed

pages/stack/interop.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Documentation covering Cross Chain Message, Explainer, Message Passing, Op Super
1313
<Cards>
1414
<Card title="Interoperability explainer" href="/stack/interop/explainer" />
1515

16-
<Card title="Architecture" href="/stack/interop/architecture" />
16+
<Card title="Architecture" href="/stack/interop/explainer#interoperability-architecture" />
1717

1818
<Card title="Interop message passing overview" href="/stack/interop/message-passing" />
1919

@@ -28,4 +28,6 @@ Documentation covering Cross Chain Message, Explainer, Message Passing, Op Super
2828
<Card title="Interoperability predeploys" href="/stack/interop/predeploy" />
2929

3030
<Card title="Cross-chain security" href="/stack/interop/security" />
31+
32+
<Card title="Interop assets" href="/stack/interop/tools" />
3133
</Cards>

pages/stack/interop/message-passing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ For a practical example, see our [cross-chain ping pong tutorial](https://supers
6161

6262
## Next steps
6363

64-
* Read about the [anatomy of a cross-chain message](/stack/interop/cross-chain-message)
64+
* Read about the [anatomy of a cross-chain message](/stack/interop/explainer#how-messages-get-from-one-chain-to-the-other)
6565
* Try [Supersim](supersim) for testing cross-chain messages locally
6666
* Learn about [manually relaying messages](https://supersim.pages.dev/guides/interop/viem?#viem-to-send-and-relay-interop-messages)

pages/stack/interop/op-supervisor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ Benefits:
6868

6969
## Next steps
7070

71-
* Want to learn more? Read our guide on the anatomy of a [cross-chain message](/stack/interop/cross-chain-message) or check out this [interop design video walk-thru](https://www.youtube.com/watch?v=FKc5RgjtGes).
71+
* Want to learn more? Read our guide on the anatomy of a [cross-chain message](/stack/interop/explainer#how-messages-get-from-one-chain-to-the-other) or check out this [interop design video walk-thru](https://www.youtube.com/watch?v=FKc5RgjtGes).
7272
* For more info about how OP Stack interoperability works under the hood, [check out the specs](https://specs.optimism.io/interop/overview.html).

pages/stack/interop/tools.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Assets
3+
description: Documentation covering Interop devnet, Supersim in the Interop section of the OP Stack ecosystem.
4+
lang: en-US
5+
---
6+
7+
import { Card, Cards } from 'nextra/components'
8+
9+
# Interop
10+
11+
Documentation covering Interop devnet, Supersim in the Interop section of the OP Stack ecosystem.
12+
13+
<Cards>
14+
<Card title="Supersim" href="/stack/interop/tools/supersim" />
15+
16+
<Card title="Interop devnet(Beta)" href="/stack/interop/tools/devnet" />
17+
18+
</Cards>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"supersim": "Supersim Multichain Development Environment",
3-
"devnet": "Interop devnet - coming soon"
3+
"devnet": "Interop devnet(Beta)"
44
}

pages/stack/interop/tools/devnet.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Interop Devnet - Coming Soon
2+
title: Interop devnet(Beta)
33
lang: en-US
44
description: Details on the public interoperability devnets.
55
---
66

77
import { Callout, Tabs, Steps } from 'nextra/components'
88

9-
# Interop Devnet - Coming Soon
9+
# Interop devnet(Beta)
1010

1111
<Callout>
1212
Interop devnet is currently in active development and may experience periods of instability, including potential outages, as the networks is regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for testing and development purposes only, and should not be relied upon for mission-critical applications.
@@ -63,6 +63,6 @@ NOTE: The current Interop devnet has been deprecated. This page will be updated
6363
## Next steps
6464
6565
* Want to start with local development? Use [Supersim](/stack/interop/supersim), a local dev environment that simulates interop for testing applications against a local version of the Superchain.
66-
* Read about [interop message passing](/stack/interop/cross-chain-message) to see how you can implement it yourself on this devnet.
66+
* Read about [interop message passing](/stack/interop/explainer#how-messages-get-from-one-chain-to-the-other) to see how you can implement it yourself on this devnet.
6767
6868
*/}

0 commit comments

Comments
 (0)