-
Notifications
You must be signed in to change notification settings - Fork 43
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
improve handling of non eth chains #1254
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
scripts/generate-routes.ts
Outdated
) | ||
) { | ||
// Handle WETH Polygon & other non-eth chains | ||
if (tokenSymbol === "WETH" && !toChainConfig.tokens.includes("ETH")) { |
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.
@dohaki is my assumption correct here? Can we equate not supporting ETH with not being an ETH native chain? Will we ever not support a native currency if it is ETH?
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.
yes I think you are correct
closes ACX-2874