chore(deploy): add LayerSwapFacet v1.0.0 to hyperevm#2068
Merged
Conversation
Contributor
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
LayerSwapFacet v1.0.0 diamondCut executed on hyperevm; regenerate diamond log from on-chain state. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
gvladika
marked this pull request as ready for review
July 16, 2026 13:58
gvladika
enabled auto-merge (squash)
July 16, 2026 14:00
0xDEnYO
approved these changes
Jul 17, 2026
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.
Which Linear task belongs to this PR?
Ref EXSC-220
Why did I implement it this way?
Follow-up to the
LayerSwapFacetv1.0.0 production rollout (#2061), which shipped 39 networks and parkedhyperevmbecause its deploy tx exceeded the chain's block gas limit. HyperEVM routes each address's transactions into either small blocks (~2–3M gas) or big blocks (30M gas); the facet deploy only fits a big block. With big blocks now enabled on the production deployer wallet, the facet was deployed tohyperevmvia CREATE3 at0x4Bbe85750F2625F058285bf6ff857cd90746E1acand registered through a timelock-wrappeddiamondCutSafe proposal (nonce 47, safeTxHash0xf9af85f1b0fd7c58f14e6798593df4ed4d96e3d62a6fba72e1f8ed2c7046e190). The productionhyperevm.diamond.jsonregistry updates only once the cut executes after the timelock delay, so this PR only records the deployed address indeployments/hyperevm.json. Explorer verification is pending on indexer lag and does not affect signing or execution.Production proposal
0x4Bbe85750F2625F058285bf6ff857cd90746E1acChecklist before requesting a review
Checklist for reviewer (DO NOT DEPLOY and contracts BEFORE CHECKING THIS!!!)