You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select Ethereum network and ETH token in "From" section (MetaMask wallet connects automatically)
Open "To" section
Check if balance is displayed for Base and BSC networks (MetaMask wallet connects automatically)
Actual result: Token balances are not displayed for Base and BSC networks. However, when "HyperliquidRoute" is removed from Custom config, balances are displayed for these networks with the same scenario.
Expected result: Token balances are displayed when "HyperliquidRoute" config is set.
Attachment
Screen.Recording.2025-02-13.at.12.59.13.mov
Note
Issue is also reproducible after "empty cache and hard reload".
Error in Console:
Failed to get token balances Error: could not decode result data (value="0x", info={ "method": "balanceOf", "signature": "balanceOf(address)" }, code=BAD_DATA, version=6.13.5)
at makeError (main-BD6wfkJ2.js:289:67248)
at assert$6 (main-BD6wfkJ2.js:289:67432)
at Ro.decodeFunctionResult (main-BD6wfkJ2.js:290:115562)
at it (main-BD6wfkJ2.js:290:142907)
at async rt (main-BD6wfkJ2.js:290:141950)
at async Proxy.balanceOf (main-BD6wfkJ2.js:290:142972)
at async main-BD6wfkJ2.js:408:89285
at async Promise.all (/index 38)
at async ms.getBalances (main-BD6wfkJ2.js:408:89240)
at async main-BD6wfkJ2.js:415:152905
The text was updated successfully, but these errors were encountered:
Describe the current behavior in detail
Reproducible on https://deploy-preview-3239--wormhole-connect-mainnet.netlify.app/.
Steps:
Actual result: Token balances are not displayed for Base and BSC networks. However, when "HyperliquidRoute" is removed from Custom config, balances are displayed for these networks with the same scenario.
Expected result: Token balances are displayed when "HyperliquidRoute" config is set.
Attachment
Screen.Recording.2025-02-13.at.12.59.13.mov
Note
Issue is also reproducible after "empty cache and hard reload".
Error in Console:
The text was updated successfully, but these errors were encountered: