From 7db09a4379537e9360405f14886d89e32a608947 Mon Sep 17 00:00:00 2001 From: Timton <96574051+Timton909@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:44:23 +0300 Subject: [PATCH] docs: fix op-node link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 083e0f63be..e6f136ec86 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A glossary, with key terms and more information about Superchain levels and requ ### Downstream packages -The Superchain configs are stored in a minimal form and embedded in downstream OP-Stack software ([`op-node`](https://github.com/ethereum-optimism/optimism) and [`op-geth`](https://github.com/ethereum-optimism/op-geth)). This means that after a chain has been added to the registry and the dependency on the registry updates in the downstream software, it is possible to start an `op-node` instance [using the `--network` flag](https://docs.optimism.io/builders/node-operators/configuration/consensus-config#network) (and also an `op-geth` instance [using the `--op-network` tag](https://docs.optimism.io/builders/node-operators/configuration/execution-config#op-network-betaop-network)) which will successfully sync with other nodes on that network. +The Superchain configs are stored in a minimal form and embedded in downstream OP-Stack software ([`op-node`](https://github.com/ethereum-optimism/optimism/tree/develop/op-node) and [`op-geth`](https://github.com/ethereum-optimism/op-geth)). This means that after a chain has been added to the registry and the dependency on the registry updates in the downstream software, it is possible to start an `op-node` instance [using the `--network` flag](https://docs.optimism.io/builders/node-operators/configuration/consensus-config#network) (and also an `op-geth` instance [using the `--op-network` tag](https://docs.optimism.io/builders/node-operators/configuration/execution-config#op-network-betaop-network)) which will successfully sync with other nodes on that network. ### Hardfork activations If you would like your chain to automatically receive superchain-wide coordinated hardfork activations, you can enable this by: