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
Actual result: Errors are shown in Console.
Expected result: Errors are not shown.
Notes/ Attachments
Error parsing address as a native Ethereum address: Invalid EVM address, expected 20-byte hex string but got A
Attempting to parse as UniversalAddress
Error: string A has invalid length for format hex
at main-CbJ7eGNM.js:294:149171
at Ts.stringToUint8Array (main-CbJ7eGNM.js:294:149469)
at new Ts (main-CbJ7eGNM.js:294:148572)
at toNative (main-CbJ7eGNM.js:294:150422)
at Object.onQueryChange (main-CbJ7eGNM.js:439:19274)
at Object.onChange (main-CbJ7eGNM.js:439:10157)
at onChange (main-CbJ7eGNM.js:439:9430)
at gr (main-CbJ7eGNM.js:130:8382)
at Object.Nb (main-CbJ7eGNM.js:38:10225)
at Tb (main-CbJ7eGNM.js:38:10391)
The text was updated successfully, but these errors were encountered:
Describe the current behavior in detail
Reproducible on Netlify (preview 2985).
Tested OK on https://wormhole-connect-mainnet.netlify.app/ and https://portalbridge.com/.
Steps:
Actual result: Errors are shown in Console.
Expected result: Errors are not shown.
Notes/ Attachments
Error parsing address as a native Ethereum address: Invalid EVM address, expected 20-byte hex string but got A
Attempting to parse as UniversalAddress
The text was updated successfully, but these errors were encountered: