Update Lisk Sepolia bootnode + static-peer values (PLAT-702) - #136
Merged
sameersubudhi merged 2 commits intoJul 30, 2026
Merged
Conversation
.env.sepolia: replace CL bootnode, CL static peer, and the commented EL bootnode/trusted-peers snap-sync example with the new values from the testnet infra migration (new DNS zone). README.md: document OP_RETH_TRUSTED_PEERS in the Snap sync section, note the EL bootnode's discv5 requirement, and fix the dead Docker release-notes URL (/27.0/ -> /27/). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughUpdates Sepolia P2P and op-reth peer endpoints, removes an op-node command option, documents trusted peers for snap sync, and corrects a Docker Engine documentation link. ChangesSepolia networking configuration
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Nazgolze
approved these changes
Jul 30, 2026
OP_NODE_L1_RPC_KIND is undefined in .env.*, so a copy-pasted source run passes an empty --l1.rpckind=, which fails op-node's enum validation. op-node defaults to "standard" when the flag is omitted (matching the docker op-node-entrypoint, which never sets it). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
sameersubudhi
enabled auto-merge (squash)
July 30, 2026 13:10
sameersubudhi
deleted the
plat-702-lisk-node-update-lisk-sepolia-bootnode-static-peer-values
branch
July 30, 2026 13:42
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.
Summary
Testnet infra migration moved the Lisk Sepolia CL/EL bootnode and static/trusted-peer endpoints to a new DNS zone. Updates the git-tracked values so operators point at the new peers. Sepolia only — mainnet (
.env.mainnet) untouched.lisk-infraroute53 (out of scope here)..env.sepoliaOP_NODE_P2P_BOOTNODESOP_NODE_P2P_STATIC34.141.227.187)# OP_RETH_BOOTNODES34.141.232.248→34.7.235.112(pubkey unchanged); stays commented (snap-sync example)# OP_RETH_TRUSTED_PEERS34.7.94.39; stays commentedREADME.mdOP_RETH_TRUSTED_PEERS(--trusted-peers) in Snap sync — was undocumented despite living inreth-entrypoint+.env.*OP_RETH_BOOTNODESline/engine/release-notes/27.0/(404) →/27/Verification
reth-entrypoint+.env.*; bothgit applypatch commands confirmed accurate for their respective contexts.Follow-ups
$OP_NODE_L1_RPC_KIND, which no.env.*defines — left as-is, flagged for a possible follow-up.🤖 Generated with Claude Code
Summary by CodeRabbit
op-noderun command example by removing an unnecessary flag.OP_RETH_TRUSTED_PEERSguidance.