docs: mark testnet-02 as retired and document current networks - #91
Open
subheeksh5599 wants to merge 1 commit into
Open
docs: mark testnet-02 as retired and document current networks#91subheeksh5599 wants to merge 1 commit into
subheeksh5599 wants to merge 1 commit into
Conversation
testnet-02 was shut down in January 2026 and its endpoints no longer resolve (NXDOMAIN), but the README still told new users to set CFG_PRESET=testnet-02 as the example preset. Document the retirement in the README (with the current public networks and a pointer to the networks documentation) and mark the testnet-02 preset file as retired. Contributes to midnightntwrk/midnight-docs#1172 (stale testnet-02 references) and references midnightntwrk#76 (testnet-02 preset broken with newer node images). Signed-off-by: subheeksh5599 <komasubheeksh@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
testnet-02was retired in January 2026 and its endpoints no longer resolve (verified NXDOMAIN), but the README still told new users to setCFG_PRESET=testnet-02as the example preset — sending every new integrator to a dead network first.Changes:
CFG_PRESETexample no longer points at the retired network; added a short Networks section documenting the current public networks (preview,preprod,mainnet), the docs page for endpoints/migration, and the status of the presets shipped in this repo..envrc.testnet-02: marked as RETIRED (kept for reference; no behavior change).No config or behavior changes — documentation only. The default
CFG_PRESETin.envrcis intentionally left untouched: the only other in-repo preset (qanet) targets an internal network, and updated presets for the public networks need the newer chain-config schema and node image, which is a maintainer decision (tracked in midnightntwrk/midnight-docs#1172).Submission Checklist
Links