hack hack apm
This commit is contained in:
parent
4fb8f1dc86
commit
3d0abe9027
@ -176,14 +176,9 @@ module.exports = async (
|
|||||||
|
|
||||||
log('Deploying subdomain APM...')
|
log('Deploying subdomain APM...')
|
||||||
|
|
||||||
console.log(namehash('open'));
|
|
||||||
console.log(keccak256('open'));
|
|
||||||
console.log(keccak256(namehash('open')));
|
|
||||||
|
|
||||||
const subACL = await Kernel.at(await registrar.kernel()).acl();
|
|
||||||
console.log(await acl.hasPermission(owner, registrar.address, role))
|
console.log(await acl.hasPermission(owner, registrar.address, role))
|
||||||
console.log(subApmFactory.address)
|
console.log(subApmFactory.address)
|
||||||
await registrar.createNameAndPoint(labelHash, subApmFactory.address)
|
await registrar.createNameAndPoint(namehash('open'), subApmFactory.address)
|
||||||
|
|
||||||
const subReceipt = await subApmFactory.newAPM(namehash('aragonpm.eth'), namehash('open'), owner)
|
const subReceipt = await subApmFactory.newAPM(namehash('aragonpm.eth'), namehash('open'), owner)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user