Skip to content

feat: dime warp route#1403

Merged
yjamin merged 5 commits intomainfrom
yjamin/dime-warp-route
Mar 2, 2026
Merged

feat: dime warp route#1403
yjamin merged 5 commits intomainfrom
yjamin/dime-warp-route

Conversation

@yjamin
Copy link
Copy Markdown
Contributor

@yjamin yjamin commented Mar 2, 2026

Description

Backward compatibility

Testing

Summary by CodeRabbit

  • New Features
    • DIME token is now deployed and fully operational on Paradex mainnet and Paradex Sepolia testnet blockchain networks
    • Enabled seamless token transfers and cross-chain bridging infrastructure across Ethereum, Mode, Paradex, and StarkNet-compatible blockchains
    • Users can now bridge DIME tokens between all supported chains with proper collateral and liquidity management

@yjamin yjamin self-assigned this Mar 2, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 2, 2026

Warning

Rate limit exceeded

@yjamin has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 1 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 09f9b36 and 696af89.

📒 Files selected for processing (3)
  • deployments/warp_routes/DIME/paradex-config.yaml
  • deployments/warp_routes/DIME/paradex-deploy.yaml
  • deployments/warp_routes/DIME/paradexsepolia-config.yaml
📝 Walkthrough

Walkthrough

This PR adds a changeset entry and introduces YAML configuration files for DIME token deployments across multiple networks. The configurations define token metadata, chain connections, and deployment parameters for mainnet (Paradex, Ethereum, Mode) and testnet (Paradex Sepolia, Mode Testnet, Sepolia) environments.

Changes

Cohort / File(s) Summary
Version Management
.changeset/green-plants-pull.md
Changeset entry signaling minor version bump for @hyperlane-xyz/registry with DIME testnet & mainnet deployment.
DIME Mainnet Deployments
deployments/warp_routes/DIME/paradex-config.yaml, deployments/warp_routes/DIME/paradex-deploy.yaml
Configuration and deployment manifests for DIME tokens across Ethereum, Hyperevm, Mode, and Paradex mainnet. Includes token metadata, standard types, chain connections, ownership details, and asset classifications.
DIME Testnet Deployments
deployments/warp_routes/DIME/paradexsepolia-config.yaml, deployments/warp_routes/DIME/paradexsepolia-deploy.yaml
Configuration and deployment manifests for DIME testnet variants across Mode Testnet, Paradex Sepolia, and Sepolia. Specifies token addresses, collateral mappings, and deployment-specific metadata.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🪙 DIME spreads its wings across the chains,
Mainnet, testnet—no more pains,
Paradex and Ethereum aligned,
Cross-chain bridges finely designed,
Config files, sturdy and fine—like layers of an onion, innit?

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description includes issue links but is largely incomplete, with backward compatibility and testing sections containing no actual details or answers. Complete the backward compatibility section with a yes/no answer and the testing section with details about how the new configs were tested with Hyperlane tooling.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: adding DIME warp route configurations for Paradex across testnet and mainnet deployments.
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/dime-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: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@deployments/warp_routes/DIME/paradexsepolia-config.yaml`:
- Around line 6-9: The connections list contains duplicate entries for the same
token strings (e.g.,
"ethereum|sepolia|0xdE47E1355C236bF4AB8933f674A68579C5849848" and
"starknet|paradexsepolia|0x032242869cd6e959da8b519c34458ef99809f85abfd03277c178968409d951f1");
remove the repeated lines so each token appears only once in the connections
array (ensure uniqueness for the two tokens shown and any other duplicates
around lines 27–30) to avoid redundant routing entries.

ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0cbb619 and 09f9b36.

⛔ Files ignored due to path filters (1)
  • deployments/warp_routes/DIME/logo.svg is excluded by !**/*.svg
📒 Files selected for processing (5)
  • .changeset/green-plants-pull.md
  • deployments/warp_routes/DIME/paradex-config.yaml
  • deployments/warp_routes/DIME/paradex-deploy.yaml
  • deployments/warp_routes/DIME/paradexsepolia-config.yaml
  • deployments/warp_routes/DIME/paradexsepolia-deploy.yaml

@hyper-gonk
Copy link
Copy Markdown
Contributor

hyper-gonk bot commented Mar 2, 2026

Check Warp Deploy Summary

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

Last updated: 2026-03-02 16:51:26 UTC

@yjamin yjamin added this pull request to the merge queue Mar 2, 2026
Merged via the queue into main with commit e44369a Mar 2, 2026
12 checks passed
@yjamin yjamin deleted the yjamin/dime-warp-route branch March 2, 2026 17:07
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