Skip to content

feat: paradexsepolia<>sepolia warp deployment #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

aroralanuk
Copy link

@aroralanuk aroralanuk commented May 2, 2025

collateral USDC on sepolia and synthetic on paradexsepolia

Note: the UI doesn't connect with the Paradex network because of their custom account derivation. For sepolia->paradexsepolia, in the recipient field, manually enter the paradexsepolia address.

Note: doesn't support withdrawals from Paradex for the same reason; instead you can use the CLI as following:

  1. Clone the monorepo - https://github.com/hyperlane-xyz/hyperlane-monorepo.
  2. git checkout kunal/send-relayer
  3. yarn && yarn build
  4. LOG_FORMAT=pretty LOG_LEVEL=info yarn workspace @hyperlane-xyz/cli hyperlane warp send --origin paradexsepolia --destination sepolia --quick --symbol USDC -r /Users/kunalarora/dev/hype/hyperlane-registry/ --strategy ~/.hyperlane/strategies/default-strategy.yaml
  5. Choose the USDC/paradexsepolia-sepolia option from the dropdown
  6. Done
  7. To check delivery, go to https://sepolia.etherscan.io/address/0x42f919945D740A3b6172a4FE320d20CC23B4Ac36#events and see if an event was emitted from a process call. It should take <2 minutes to deliver.

@aroralanuk aroralanuk requested review from Xaroz and cmcewen as code owners May 2, 2025 16:05
Copy link

vercel bot commented May 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hyperlane-warp-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2025 4:18pm
injective-bridge 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 2, 2025 4:18pm
nexus-bridge 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 2, 2025 4:18pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
ousdt-bridge ⬜️ Ignored (Inspect) Visit Preview May 2, 2025 4:18pm
renzo-bridge ⬜️ Ignored (Inspect) Visit Preview May 2, 2025 4:18pm
trump-bridge ⬜️ Ignored (Inspect) Visit Preview May 2, 2025 4:18pm

Comment on lines +10 to +12
connections:
- token: ethereum|paradexsepolia|0x0417c1391aba15b35373012970386f8096887c74504b7381d94e646ee9c3815a
- token: ethereum|paradexsepolia|0x0417c1391aba15b35373012970386f8096887c74504b7381d94e646ee9c3815a
Copy link

Choose a reason for hiding this comment

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

The connections array contains a duplicate entry for the same token address. This appears to be unintentional and should be fixed by removing one of the entries:

connections:
  - token: ethereum|paradexsepolia|0x0417c1391aba15b35373012970386f8096887c74504b7381d94e646ee9c3815a
  - token: ethereum|paradexsepolia|0x0417c1391aba15b35373012970386f8096887c74504b7381d94e646ee9c3815a  # Duplicate entry

Having duplicate connections could potentially cause issues with the warp route configuration or lead to unexpected behavior.

Suggested change
connections:
- token: ethereum|paradexsepolia|0x0417c1391aba15b35373012970386f8096887c74504b7381d94e646ee9c3815a
- token: ethereum|paradexsepolia|0x0417c1391aba15b35373012970386f8096887c74504b7381d94e646ee9c3815a
connections:
- token: ethereum|paradexsepolia|0x0417c1391aba15b35373012970386f8096887c74504b7381d94e646ee9c3815a

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

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