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
Bug: Ethereum Seed Generation Fails With Invalid Inputs
The generateSeedEthereum function can return NaN because parseInt receives an empty string (for short addresses like '0x') or invalid hexadecimal characters from the sliced address. This may cause issues for downstream icon generation expecting a numeric seed.