We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to have a way to know whether the domain enables anyone to register a subdomain (e.g. base.eth, arb.eth)
base.eth
arb.eth
Fetch it from the ENS Registry operators mapping.
operators
sequenceDiagram Client -->> UniversalResolver: resolve(node, registerParams()) UniversalResolver -->> L1Resolver: registerParams() L1Resolver -->> UniversalResolver: revert OffchainLookup UniversalResolver-->>Client: revert OffchainLookup Client -->> Gateway: {registerParams()}.json Gateway -->> SubdomainController: `getStorageAt` Gateway -->> Client: return storage proof Client -->> L1Resolver: registerParamsCallback(results, extraData) L1Resolver -->> ArbitrumVerifier: `getStorageValues` ArbitrumVerifier -->>L1Resolver: return data L1Resolver -->> Client: return data
registerParams
isPublicAvailable
The text was updated successfully, but these errors were encountered:
pikonha
No branches or pull requests
Feature Request
We need to have a way to know whether the domain enables anyone to register a subdomain (e.g.
base.eth
,arb.eth
)Describe Preferred Solution
Fetch it from the ENS Registry
operators
mapping.Architecture Diagram
QA Replication steps
registerParams
isPublicAvailable
boolean propertyThe text was updated successfully, but these errors were encountered: