Skip to content

chore: remove mailbox from deploy config and bump packages #16

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 4 commits into
base: main
Choose a base branch
from

Conversation

Xaroz
Copy link
Contributor

@Xaroz Xaroz commented Apr 24, 2025

  • Removed mailbox from chain metadata config, if it's added here it will also be included the deploy config
  • Instead get the chain mailbox on the executeDeploy step
  • Bump hyperlane packages
  • Removed hidden token types set because SDK does not include those TokenTypes anymore

fixes #13

Decimals are a optional field in the deploy config so we can just keep it instead of explicitly removing

@Xaroz Xaroz requested a review from cmcewen as a code owner April 24, 2025 21:07
Copy link

vercel bot commented Apr 24, 2025

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

Name Status Preview Comments Updated (UTC)
hyperlane-deploy-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 24, 2025 9:29pm

Comment on lines -5 to -7
const HiddenTokenTypes = new Set([TokenType.fastCollateral, TokenType.fastSynthetic]);
const TokenTypes = Object.values(TokenType)
.filter((token) => !HiddenTokenTypes.has(token))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed because sdk does not include these types anymore

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.

Remove mailbox and decimals from deploy config
1 participant