Skip to content

chore: merge main into ousdt #583

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

Draft
wants to merge 7 commits into
base: ousdt
Choose a base branch
from
Draft

chore: merge main into ousdt #583

wants to merge 7 commits into from

Conversation

github-actions[bot]
Copy link

This PR was automatically created to merge changes from main into ousdt.

Copy link

vercel bot commented May 21, 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 26, 2025 6:35pm
injective-bridge 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 26, 2025 6:35pm
nexus-bridge 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 26, 2025 6:35pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
ousdt-bridge ⬜️ Ignored (Inspect) Visit Preview May 26, 2025 6:35pm
renzo-bridge ⬜️ Ignored (Inspect) Visit Preview May 26, 2025 6:35pm
trump-bridge ⬜️ Ignored (Inspect) Visit Preview May 26, 2025 6:35pm

Add SVM chains rent estimate amount on top of the IGP payment quoting,
**from the UI, this is purely presentational and does not add on top of
the actual transactions**. This is mean purely as a way to represent the
actual fee paid for SVM bridging as close as possible

You can check the transactions and look at the rent paid to see how the
estimates are taken:

[Solana](https://solscan.io/tx/53mvkbN21SM7PCv7CY98CDCXqxEhCXMPjtdsVZT6YNuRg98DEji7tkzXPsqjXpMGW3rAsdzZmwERv8CLrBX1BnsC#solBalanceChange):
0.00187224 + 0.00224112 = 0.00411336

[Eclipse](https://eclipsescan.xyz/tx/4xza8yohGKqBNd5QytFWRKLCgycJpYqohnhpKUB4Aen8Yx83jA28pPSE9naT7SHuvcUT2ytximkWF4G3559kvSj#balanceChange):
0.000018292 + 0.000021896 = 0.00004019

[Soon](https://explorer.soo.network/tx/3LwvSmxkca9tFz9CF8YAmLjE1ZL9f1EiV9zCBaSZacr82kACb1zrG3eA49pCKtDFHpszoWGJy3qkJMSPEmiJYNvH):
0.000001932 + 0.000001614 = 0.00000355

[SonicSVM](https://explorer.sonic.game/tx/3fRkH2h2To6ZPnk2PdpkmUs27S79EAVueCcuisV6EcZEi5tbvgyLkaWnDpsLSvhnUaw6rJyqEhcAXE46hiQvg47y?cluster=custom&customUrl=https%3A%2F%2Fapi.mainnet-alpha.sonic.game):
0.00224112 + 0.00187224 = 0.00411336

as you can see below, the IGP shown would be inaccurate because it does
not take into account the rent:

![image](https://github.com/user-attachments/assets/fe1e878e-9b4e-43bd-9bf6-8ff9b95439aa)
when you sign, you would notice this:
![Screenshot 2025-05-22 at 8 47
49 AM](https://github.com/user-attachments/assets/fe8522e4-d16e-4137-a736-00ffc7333e65)

and this is the estimation after adding the rent:

![image](https://github.com/user-attachments/assets/24a446b2-5f94-49e0-8670-92023766354f)
Set `fail-fast` to `false` for strategy, this will allow all branches to
independently run instead of the matrix canceling in progress
branches/pr creation if one of them fails. Ref:
https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
This pr bumps registry to 15.7.1
ltyu and others added 2 commits May 26, 2025 18:17
This pull request updates the version of the `@hyperlane-xyz/registry`
dependency in `package.json` from `15.8.1` to `15.9.0`.
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.

4 participants