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
Just a convinience method to help users understand how Reverse resolution works.
For a provided address, should return the ENS name used for reverse lookups, pseudocode: remove '0x' prefix of address return address.toLowerCase() + 'addr.reverse'
The text was updated successfully, but these errors were encountered:
Just a convinience method to help users understand how Reverse resolution works.
For a provided address, should return the ENS name used for reverse lookups, pseudocode:
remove '0x' prefix of address
return address.toLowerCase() + 'addr.reverse'
The text was updated successfully, but these errors were encountered: