UNPKG

@gnosis.pm/util-contracts

Version:
12 lines (9 loc) 357 B
const path = require('path') const BUILD_DIR = path.join(__dirname, '..', '..', 'build', 'contracts') const NETWORKS_FILE_PATH = path.join(__dirname, '..', '..', 'networks.json') module.exports = { buildPath: BUILD_DIR, buildDirDependencies: [], networkFilePath: NETWORKS_FILE_PATH // extractNetworkFilter: ({ name }) => (name === 'MyContract') }