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.
This issue is a request for the address of the registry that the library is connected to to be exposed as a property on the instance. So for example, I would like to be able to do the following:
const ENSJS = require("ethereum-ens");
const provider = <someValidProviderForMainnet>;
const ensjs = new ENSJS(provider);
ensjs.address
> 0x314159265dd8dbb310642f98f50c066173c1259b // address for the mainnet ENS registry
Currently I am using the address found at ensjs.registryPromise._rejectionHandler0._address but this does not seem ideal. :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is a request for the address of the registry that the library is connected to to be exposed as a property on the instance. So for example, I would like to be able to do the following:
Currently I am using the address found at
ensjs.registryPromise._rejectionHandler0._address
but this does not seem ideal. :)The text was updated successfully, but these errors were encountered: