Add Reimbursement app #198

Merged
bumi merged 21 commits from feature/expenses into master 2021-06-02 12:25:34 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 6bc6bcb7f6 - Show all commits

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
}
*/