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
As specified here reverse ENS address should be lowered case, while lookupAddress method is using utils.getAddress, which will return address mixed case.
Are you having an issue with this not working? Can you provide an example to reproduce the issue?
The line immediately afterwards calls namehash, which performs toLowerCase() on the provided name. The checksum address is required later in the function when comparing to the result from the ENS contracts.
As specified here reverse ENS address should be lowered case, while
lookupAddress
method is usingutils.getAddress
, which will return address mixed case.I suspect in file
provider.js
line 968 instead ofshould be
The text was updated successfully, but these errors were encountered: