Skip to content
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

Merged
merged 4 commits into from
Nov 14, 2024
Merged

Conversation

gsteenkamp89
Copy link
Contributor

closes ACX-2874

Copy link

linear bot commented Oct 18, 2024

Copy link

vercel bot commented Oct 18, 2024

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

Name Status Preview Comments Updated (UTC)
app-frontend-v3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2024 8:17pm
sepolia-frontend-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2024 8:17pm

)
) {
// Handle WETH Polygon & other non-eth chains
if (tokenSymbol === "WETH" && !toChainConfig.tokens.includes("ETH")) {
Copy link
Contributor Author

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?

Copy link
Contributor

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

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.

3 participants