We don't use those helpers right now. but maybe later?

This commit is contained in:
bumi 2020-12-01 12:54:28 +01:00
parent 9df58b7f9a
commit 6bc6bcb7f6
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/*
const { hash } = require('eth-ens-namehash')
const { getEventArgument } = require('@aragon/contract-test-helpers/events')
const Kernel = artifacts.require('@aragon/os/build/contracts/kernel/Kernel')
@ -59,3 +61,5 @@ module.exports = {
newDao,
newApp,
}
*/

View File

@ -1,3 +1,5 @@
/*
const ANY_ADDRESS = '0xffffffffffffffffffffffffffffffffffffffff'
const setOpenPermission = async (acl, appAddress, role, rootAddress) => {
@ -15,3 +17,5 @@ const setOpenPermission = async (acl, appAddress, role, rootAddress) => {
module.exports = {
setOpenPermission
}
*/