chore(emergency-pause): revert Phase 2b network narrowing — restore full networks.json#1863
Conversation
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe PR updates ChangesNetwork Registry Expansion and Standardization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Which Linear task belongs to this PR?
N/A — test infrastructure revert, no Linear ticket.
Why did I implement it this way?
Reverts the narrowing of
config/networks.jsonapplied in #1829 (commit f99db16), restoring the full network list. The Phase 2b real-pause emergency-pause test onsophon/boba/rootstockhas completed, so the production emergency-pause workflow must operate across all active networks again.#1833 was the originally pre-queued revert but was closed without being merged, so this PR re-creates it from the current
mainstate. The diff here is a pure inverse of #1829 (+1490 / −21), andconfig/networks.jsonis byte-for-byte equal to its state at commit 302c121 (the parent of the narrowing commit). No other files are touched.mainshould not stay narrowed longer than necessary.Checklist before requesting a review
/pr-ready(local CodeRabbit) on this branch and resolved (or explicitly documented) all findings — see.agents/commands/pr-ready.mdChecklist for reviewer (DO NOT DEPLOY and contracts BEFORE CHECKING THIS!!!)
/pr-readynotes — deferred (pre-existing, out of scope for a pure revert)Local CodeRabbit surfaced two minor findings; both exist verbatim at commit 302c121 (i.e. they predate #1829) and are unrelated to the emergency-pause work. Fixing them here would broaden a pure revert into config cleanup. Deferred to a follow-up PR:
config/networks.json:644—jovay.multicallAddressis"". Real issue, but pre-existing.config/networks.json:1360—unichain.explorerApiUrlhas a trailing?. Real issue, but pre-existing.