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
HTTP GET Endpoint /api/ens/node/resolve/:ens-node should take an ENS node as a param and return the ENS domain name if found
HTTP POST Endpoint /api/ens/node/resolve-many should take a body that's an array of ENS nodes(strings) and return an array of ENS domain names (strings). If a node cannot be resolved, an empty string will be returned instead
The text was updated successfully, but these errors were encountered:
HTTP GET Endpoint
/api/ens/node/resolve/:ens-node
should take an ENS node as a param and return the ENS domain name if foundHTTP POST Endpoint
/api/ens/node/resolve-many
should take a body that's an array of ENS nodes(strings) and return an array of ENS domain names (strings). If a node cannot be resolved, an empty string will be returned insteadThe text was updated successfully, but these errors were encountered: