We don't use those helpers right now. but maybe later?
This commit is contained in:
parent
9df58b7f9a
commit
6bc6bcb7f6
@ -1,3 +1,5 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
const { hash } = require('eth-ens-namehash')
|
const { hash } = require('eth-ens-namehash')
|
||||||
const { getEventArgument } = require('@aragon/contract-test-helpers/events')
|
const { getEventArgument } = require('@aragon/contract-test-helpers/events')
|
||||||
const Kernel = artifacts.require('@aragon/os/build/contracts/kernel/Kernel')
|
const Kernel = artifacts.require('@aragon/os/build/contracts/kernel/Kernel')
|
||||||
@ -59,3 +61,5 @@ module.exports = {
|
|||||||
newDao,
|
newDao,
|
||||||
newApp,
|
newApp,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
const ANY_ADDRESS = '0xffffffffffffffffffffffffffffffffffffffff'
|
const ANY_ADDRESS = '0xffffffffffffffffffffffffffffffffffffffff'
|
||||||
|
|
||||||
const setOpenPermission = async (acl, appAddress, role, rootAddress) => {
|
const setOpenPermission = async (acl, appAddress, role, rootAddress) => {
|
||||||
@ -15,3 +17,5 @@ const setOpenPermission = async (acl, appAddress, role, rootAddress) => {
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
setOpenPermission
|
setOpenPermission
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user