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

Show canonical tokens even when wallet is not connected #2712

Commits on Sep 24, 2024

  1. Show canonical tokens even when wallet is not connected

    Wormhole-wrapped Ethereum USDC was not showing with Sui as the source
    chain, because it's a Wormhole-wrapped token, and we only display those
    if the user has a balance. However, this token is canonical on Sui, so
    we want to display it even when the users's wallet isn't connected.
    
    Added an `isCanonical` function that the `TokenList` uses.
    
    Fixes wormhole-foundation#2690
    kev1n-peters committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    013b770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f596f3d View commit details
    Browse the repository at this point in the history