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

Remove devnet configs #1099

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Changes from 1 commit
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
26 changes: 14 additions & 12 deletions pages/stack/interop/devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,31 @@

The Interop devnet is a temporary public network of two OP Stack Sepolia instances that supports SuperERC20 tokens, native cross-chain messaging, and cross-chain ETH transfers. As we iterate on Superchain interop, these networks will be deprecated once the next devnets are released.

NOTE: The current Interop devnet has been deprecated. This page will be updated once the next Interop devnet is live.

## Interop devnet 0

| Parameter | Value |

Check warning on line 22 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| --------------------------- | ---------------------------------------------------------------------------------------------------- |
| Network Name | `Interop Devnet 0` |
| Chain ID | `11473209` |
| Network Name | `TBA` |

Check warning on line 24 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| Chain ID | `TBA` |

Check warning on line 25 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | [https://optimism-interop-devnet-0.blockscout.com](https://optimism-interop-devnet-0.blockscout.com) |
| Public RPC URL | [https://interop-devnet-0.optimism.io](https://interop-devnet-0.optimism.io) |
| Sequencer URL | [https://interop-devnet-0.optimism.io](https://interop-devnet-0.optimism.io) |
| OptimismPortal<sup>2</sup> | `0xb081417d0578d70eb6bee7bfa646ef8c283eb35a` |
| Explorer | 'TBA' |

Check warning on line 27 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| Public RPC URL | 'TBA' |

Check warning on line 28 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| Sequencer URL | 'TBA' |

Check warning on line 29 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| OptimismPortal<sup>2</sup> | `TBD` |

Check warning on line 30 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96

## Interop devnet 1

| Parameter | Value |

Check warning on line 34 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| --------------------------- | ---------------------------------------------------------------------------------------------------- |
| Network Name | `Interop Devnet 1` |
| Chain ID | `21473209` |
| Network Name | `TBA` |

Check warning on line 36 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| Chain ID | `TBA` |

Check warning on line 37 in pages/stack/interop/devnet.mdx

View workflow job for this annotation

GitHub Actions / lint

Cell should be padded with 1 space, not 96
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | [https://optimism-interop-devnet-1.blockscout.com](https://optimism-interop-devnet-1.blockscout.com) |
| Public RPC URL | [https://interop-devnet-1.optimism.io](https://interop-devnet-1.optimism.io) |
| Sequencer URL | [https://interop-devnet-1.optimism.io](https://interop-devnet-1.optimism.io) |
| OptimismPortal<sup>2</sup> | `0x85894f229575681130ac2f2365917cf156f8e75a` |
| Explorer | 'TBA' |
| Public RPC URL | 'TBA' |
| Sequencer URL | 'TBA' |
| OptimismPortal<sup>2</sup> | `TBD` |

1. The "currency symbol" is required by some wallets like MetaMask.
2. The `OptimismPortal` is a low-level contract responsible for passing messages between L1 and L2. Messages sent directly to the `OptimismPortal` have no form of replayability. You can send ether directly to the portal to receive it to the sender address on the L2.
Expand Down
Loading