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
Assuming the user uses APMRegistryFactory (all of our deployed instances do), let's say we want to deploy open.aragonpm.eth off of an existing aragonpm.eth instance:
Take the parent aragonpm.eth (this should resolve to an APMRegistry), find its ENSSubdomainRegistrar (.registrar())
If not already done, grant an account the ENSSubdomainRegistrar's CREATE_NAME_ROLE
With that account, call .createName() on the registrar to create the new name (sha3(open)) and assign ownership to the APMRegistryFactory contract
Call .newAPM() on the APMRegistryFactory with the new name (sha3(open)) and tld (namehash(aragonpm.eth)).
The text was updated successfully, but these errors were encountered:
Assuming the user uses
APMRegistryFactory
(all of our deployed instances do), let's say we want to deployopen.aragonpm.eth
off of an existingaragonpm.eth
instance:aragonpm.eth
(this should resolve to anAPMRegistry
), find itsENSSubdomainRegistrar
(.registrar()
)ENSSubdomainRegistrar
'sCREATE_NAME_ROLE
.createName()
on the registrar to create the new name (sha3(open)
) and assign ownership to theAPMRegistryFactory
contract.newAPM()
on theAPMRegistryFactory
with the new name (sha3(open)
) and tld (namehash(aragonpm.eth)
).The text was updated successfully, but these errors were encountered: