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
For example the isValidAddress function currently returns false if called with something like eth:0xe75c3138F75E98b912f262dc2617C341B51951eE where as it returns true for 0xe75c3138F75E98b912f262dc2617C341B51951eE
The text was updated successfully, but these errors were encountered:
Consider supporting EIP-3770 Chain-specific addresses: https://eips.ethereum.org/EIPS/eip-3770
For example the
isValidAddress
function currently returns false if called with something likeeth:0xe75c3138F75E98b912f262dc2617C341B51951eE
where as it returns true for0xe75c3138F75E98b912f262dc2617C341B51951eE
The text was updated successfully, but these errors were encountered: