Skip to content

Update Lisk Sepolia bootnode + static-peer values (PLAT-702) - #136

Merged
sameersubudhi merged 2 commits into
mainfrom
plat-702-lisk-node-update-lisk-sepolia-bootnode-static-peer-values
Jul 30, 2026
Merged

Update Lisk Sepolia bootnode + static-peer values (PLAT-702)#136
sameersubudhi merged 2 commits into
mainfrom
plat-702-lisk-node-update-lisk-sepolia-bootnode-static-peer-values

Conversation

@sameersubudhi

@sameersubudhi sameersubudhi commented Jul 30, 2026

Copy link
Copy Markdown
Member

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.

  • Linear: PLAT-702
  • Source: Slack thread (2026-07-30); DNS + CAA changes handled separately in lisk-infra route53 (out of scope here).

.env.sepolia

# Key Change
1 OP_NODE_P2P_BOOTNODES new CL bootnode enr
2 OP_NODE_P2P_STATIC replaced with the single new CL static peer (34.141.227.187)
3 # OP_RETH_BOOTNODES EL bootnode IP 34.141.232.24834.7.235.112 (pubkey unchanged); stays commented (snap-sync example)
4 # OP_RETH_TRUSTED_PEERS new EL static peers, all on 34.7.94.39; stays commented

README.md

# Change
1 Document OP_RETH_TRUSTED_PEERS (--trusted-peers) in Snap sync — was undocumented despite living in reth-entrypoint + .env.*
2 Note the EL bootnode's discv5 requirement on the OP_RETH_BOOTNODES line
3 Fix dead Docker release-notes link /engine/release-notes/27.0/ (404) → /27/

Verification

  • All README external URLs re-checked (200; the two Lisk RPC endpoints return 405 to GET as expected for JSON-RPC — hosts healthy).
  • op-reth flags/ports/chain-names in the README confirmed against reth-entrypoint + .env.*; both git apply patch commands confirmed accurate for their respective contexts.

Follow-ups

  • Confirm in the Slack thread once merged/deployed so the old peers can be deprecated.
  • Minor: op-node source-run command references $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

  • Documentation
    • Corrected the Docker Engine release-notes hyperlink in the system requirements.
    • Updated the op-node run command example by removing an unnecessary flag.
    • Expanded snap-sync setup instructions with OP_RETH_TRUSTED_PEERS guidance.
  • Configuration
    • Updated Sepolia networking peer/bootnode settings, including revised P2P listen/static entries and updated snap-sync discovery endpoints for better connectivity.

.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>
@sameersubudhi
sameersubudhi requested a review from Nazgolze July 30, 2026 13:03
@sameersubudhi sameersubudhi self-assigned this Jul 30, 2026
@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b2e01f6b-67de-4d19-8b11-730cc2203cf8

📥 Commits

Reviewing files that changed from the base of the PR and between b274649 and 9189c67.

📒 Files selected for processing (1)
  • README.md
💤 Files with no reviewable changes (1)
  • README.md

📝 Walkthrough

Walkthrough

Updates 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.

Changes

Sepolia networking configuration

Layer / File(s) Summary
Update Sepolia peer endpoints
.env.sepolia
Replaces the node P2P bootnode and static peer values, along with commented op-reth bootnode and trusted-peer enodes.
Update configuration documentation
README.md
Removes the --l1.rpckind option, documents OP_RETH_TRUSTED_PEERS, and corrects the Docker Engine release-notes link.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested reviewers: nazgolze

Poem

I hop through peers where new paths gleam,
Bootnodes guide the snap-sync stream.
Trusted friends now stand in line,
And Docker’s docs point to the sign.
A tidy burrow, links all bright.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the main change: updating Sepolia bootnode and static-peer values.
Description check ✅ Passed The description covers the problem, solution, and testing, though it uses custom headings instead of the template.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch plat-702-lisk-node-update-lisk-sepolia-bootnode-static-peer-values

Comment @coderabbitai help to get the list of available commands.

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
sameersubudhi enabled auto-merge (squash) July 30, 2026 13:10
@sameersubudhi
sameersubudhi merged commit a946f38 into main Jul 30, 2026
3 checks passed
@sameersubudhi
sameersubudhi deleted the plat-702-lisk-node-update-lisk-sepolia-bootnode-static-peer-values branch July 30, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants