feat: add midnight chain and the NIGHT/midnight-sepolia warp route - #1
Open
ctoyan wants to merge 1 commit into
Open
feat: add midnight chain and the NIGHT/midnight-sepolia warp route#1ctoyan wants to merge 1 commit into
ctoyan wants to merge 1 commit into
Conversation
Midnight Stagenet (domain 1234, protocol midnight) with the live 2026-07-24 deployment addresses: the night.compact monolith serves as mailbox + merkle tree hook, plus the IGP and ValidatorAnnounce. The NIGHT warp route pairs it with the Stagenet NIGHT (sNIGHT) HypERC20 on sepolia; the midnight leg carries scale 10^12 because night.compact scales wire amounts to the remote token's 18 decimals. Combined files regenerated. Validated with the midnight protocol changeset (equilibriumco/hyperlane-monorepo branch feat/midnight-protocol-type) substituted for utils/sdk: the full unit suite passes 8193/8193 - without it, TokenStandard/ProtocolType validation rejects the entries, mirroring the upstream ordering where this lands after the protocol release.
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.
Midnight Stagenet (domain 1234, protocol
midnight) with the live 2026-07-24 deployment addresses — thenight.compactmonolith serves as mailbox + merkle tree hook, plus the IGP and ValidatorAnnounce — and the NIGHT warp route pairing it with the Stagenet NIGHT (sNIGHT) HypERC20 on sepolia. The midnight leg carriesscale: 1000000000000becausenight.compactscales wire amounts to the remote token's 18 decimals. Combined files regenerated.Validation: with the midnight protocol changeset (
equilibriumco/hyperlane-monorepobranchfeat/midnight-protocol-type) substituted for utils/sdk, the full unit suite passes 8193/8193. Without it,ProtocolType/TokenStandardvalidation rejects the entries — the same ordering an upstream submission would have (registry PR lands after the protocol ships in an sdk release).Consumed at runtime by the Explorer fork via
NEXT_PUBLIC_REGISTRY_URL/NEXT_PUBLIC_REGISTRY_BRANCH.