-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add support for JSON and YAML chain and token configs #88
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
thanks for adding the additional comments at the top of the snippets in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏 for fixing this
We are due for a more holistic overhaul of artifacts that are reused across, but one step at a time :)
* Add support for JSON and YAML chain and token configs (#88) - Update some stale docs - Cleanup default chain and token const files * Upgrade Wagmi and RainbowKit (#89) - Upgrade repo to yarn 4 - Upgrade wagmi and rainbowkit versions - Use Viem instead of Ethers for tx sending - Refactor wallet/hooks.ts into smaller protocol-specific files - Fix small cosmos metadata issue * Validate cosmos recipient address bech32 prefix (#94) * Cosmos factory token support (#91) - Add support for cosmos factory tokens - Combine automatic and manual token selector components * Configure Viction and Eclipsefi * Disable viction tokens
Fixes https://github.com/hyperlane-xyz/issues/issues/732