Skip to content

feat: add ETH/paradex & ETH/paradexsepolia warp route#1387

Merged
yjamin merged 3 commits intomainfrom
yjamin/paradex-eth-warp-route
Feb 18, 2026
Merged

feat: add ETH/paradex & ETH/paradexsepolia warp route#1387
yjamin merged 3 commits intomainfrom
yjamin/paradex-eth-warp-route

Conversation

@yjamin
Copy link
Copy Markdown
Contributor

@yjamin yjamin commented Feb 12, 2026

Description

Backward compatibility

Testing

Summary by CodeRabbit

  • New Features
    • Added ETH warp routes for Paradex and Paradex Sepolia networks with complete token configuration and deployment specifications.
    • Introduced cross-chain connectivity between Ethereum, Mode, Paradex, and Sepolia with support for native, synthetic, and collateral-backed token standards across production and testnet environments.

@yjamin yjamin self-assigned this Feb 12, 2026
@hyper-gonk
Copy link
Copy Markdown
Contributor

hyper-gonk bot commented Feb 12, 2026

Check Warp Deploy Summary

Warp Route ID On-Chain Config Sync
ETH/paradex
ETH/paradexsepolia

Last updated: 2026-02-12 15:43:05 UTC

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 12, 2026

Warning

Rate limit exceeded

@yjamin has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 48 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📝 Walkthrough

Walkthrough

This PR adds configuration and deployment files for ETH warp routes on Paradex and Paradex Sepolia networks. Five new YAML files define token routing specifications and deployment metadata across Ethereum, Mode, and Paradex chains, along with a changeset entry for version tracking.

Changes

Cohort / File(s) Summary
Changeset Entry
.changeset/strange-pianos-develop.md
Minor version bump entry documenting the addition of ETH/paradex and ETH/paradexsepolia warp routes to the registry.
Paradex Warp Route Configuration
deployments/warp_routes/ETH/paradex-config.yaml, deployments/warp_routes/ETH/paradex-deploy.yaml
Defines three token entries with network mappings (Ethereum, Mode, Paradex) and associated deployment metadata including decimals, symbols, addresses, and collateral configurations.
Paradex Sepolia Warp Route Configuration
deployments/warp_routes/ETH/paradexsepolia-config.yaml, deployments/warp_routes/ETH/paradexsepolia-deploy.yaml
Specifies testnet token routing for modetestnet, paradexsepolia, and sepolia with corresponding deployment parameters including gas configurations and proxy admin settings.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

Layers upon layers, these routes all align,
From Ethereum through Mode to Paradex's design,
Configuration swamps, but they're structured just right,
Token pathways converging in warp route flight! 🛣️✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description is entirely empty template placeholders with no actual content filled in—summary, backward compatibility, and testing sections are all blank. Fill in the Description section with what was added, specify backward compatibility (these are additive changes), and confirm if the new configs were tested with Hyperlane tooling.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and specifically describes the main changes: adding ETH warp route configurations for both paradex and paradexsepolia chains.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch yjamin/paradex-eth-warp-route

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.

❤️ Share

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

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Fix all issues with AI agents
In `@deployments/warp_routes/ETH/paradex-config.yaml`:
- Around line 24-32: Add a missing connections array to the paradex config
entry: update the paradex entry (the mapping that contains name: Ether and
standard: StarknetHypCollateral) to include a connections field listing the
networks that reference it (e.g., "mode" and "ethereum") so the topology is
bidirectional; ensure the field name is connections and its value is an array of
the network keys that should connect back to paradex.

In `@deployments/warp_routes/ETH/paradex-deploy.yaml`:
- Line 1: Remove the leading blank line at the very start of paradex-deploy.yaml
and reformat the file with Prettier (run prettier --write) so the YAML matches
the project's formatting rules and CI stops failing; ensure there are no extra
leading/trailing blank lines and commit the rewritten file.

In `@deployments/warp_routes/ETH/paradexsepolia-config.yaml`:
- Line 20: The YAML uses an invalid standard value "StarknetHypDexCollateral"
for the standard field; change the value of the standard key from
"StarknetHypDexCollateral" to the valid "StarknetHypCollateral" so it matches
other Starknet token configs and passes schema validation (update the standard:
entry referencing "StarknetHypDexCollateral" to "StarknetHypCollateral").

@yjamin yjamin added this pull request to the merge queue Feb 18, 2026
Merged via the queue into main with commit b93357a Feb 18, 2026
16 checks passed
@yjamin yjamin deleted the yjamin/paradex-eth-warp-route branch February 18, 2026 15:35
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