From a994154c31a8844bbd0e0e078bcf3797e356c41a Mon Sep 17 00:00:00 2001 From: marvin <131420325+marvinbull@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:15:31 -0500 Subject: [PATCH] Update README.md The link to add a new chain was broken, I fixed it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a319aca0f..f4db9b5d2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The Superchain configs are stored in a minimal form and embedded in downstream O ### Hardfork activations If you would like your chain to automatically receive superchain-wide coordinated hardfork activations, you can enable this by: -1. Adding your chain [as above](docs/add-chain.md) +1. Adding your chain [as above](/docs/ops.md#adding-a-chain) 2. Ensuring the `superchain_time` in your chain's config is set to an appropriate value. Set it to `0` if you want to receive all superchain forks that occur after your chain's genesis, and you have activated all superchain forks up to your genesis time at genesis. 3. Having that value reflected in the `main` branch well in advance of the testnet (resp. mainnet) release of `op-geth` and `op-node`.