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
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Yup, I'm having this problem too. I think this is worth expanding on--
You'll get this error if you try to create a new ENS without specifying the registry address. In this case, it would seem that ENS is supposed to look up the default registry address based on the network ID you passed in. Instead, however, you hit an undefined variable error, because the registries table was never defined. It would appear that this case was never tested, I guess...?
Of course, it's still possible to use ENS due to the getENSAddress function, but this functionality of not having to use this, and just being able to directly specify a network ID to the constructor, which was clearly intended, ought to work. So, I'm hoping you can fix this fairly quickly. Thank you!
I'm having this error
Unhandled Rejection (ReferenceError): registries is not defined
which deals with the code in line 1027 in the index.js file
The text was updated successfully, but these errors were encountered: