feat: preview katana in USDC FPWR for polygon team - #1115
Open
haggis-hyperlane wants to merge 1 commit into
Open
feat: preview katana in USDC FPWR for polygon team#1115haggis-hyperlane wants to merge 1 commit into
haggis-hyperlane wants to merge 1 commit into
Conversation
Adds the USDC FPWR (USDC/eclipsemainnet) token set to src/consts/warpRoutes.yaml with katana connections enabled, so the polygon team can test routes to/from katana via this PR's Vercel preview before the matching change lands in the registry. Copied from hyperlane-registry deployments/warp_routes/USDC/eclipsemainnet-config.yaml with all katana connection lines uncommented. Local entries override registry entries on (chainName, addressOrDenom) match via the dedupe in src/features/warpCore/warpCoreConfig.ts. Onchain enrollment is already complete (router 0x680e8ECB908A2040232ef139A0A52cbE47b9F15B is enrolled with all 15 peers, verified via cast). Do not merge — should be superseded by a registry-side fix.
haggis-hyperlane
requested review from
Xaroz,
paulbalaji,
troykessler and
xeno097
as code owners
May 21, 2026 14:22
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
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
Adds the USDC FPWR (
USDC/eclipsemainnet) token set tosrc/consts/warpRoutes.yamlwith katana connections enabled, so the polygon team can test routes to/from katana via this PR's Vercel preview before the matching change lands in the registry.Background
0x680e8ECB908A2040232ef139A0A52cbE47b9F15B) is fully enrolled with all 15 peer chains (verified viacast call ... "domains()").deployments/warp_routes/USDC/eclipsemainnet-config.yaml) left katana'sconnectionsempty and every other chain'skatanaconnection line commented out — so Nexus correctly hides katana.What this PR does
Copies the FPWR token set from the registry config with all katana connection lines uncommented into
src/consts/warpRoutes.yaml. The merge layer insrc/features/warpCore/warpCoreConfig.tsdeduplicates by(chainName, addressOrDenom), with local entries overriding registry entries (objMergereplaces array fields by default), so katana becomes routable in the Vercel preview without a registry change.Test plan
Do not merge
This is a temporary preview. Should be superseded by a registry-side fix that uncomments the katana lines in
eclipsemainnet-config.yaml, after which this file should be reverted totokens: [].