UNPKG

@daostack/access_control

Version:

Capability-based access control for Ethereum smart contracts.

23 lines (22 loc) 327 B
module.exports = { networks: { development: { host: "127.0.0.1", port: 8545, network_id: "*" } }, mocha: { reporter: "eth-gas-reporter", reporterOptions: { currency: "USD", gasPrice: 1 } }, solc: { optimizer: { enabled: true, runs: 10000 } } };