UNPKG

autemaliquid

Version:
26 lines (25 loc) 547 B
module.exports = { networks: { development: { host: "localhost", port: 8545, network_id: "*", websockets: process.env.TEST === "integration" ? true : false } }, mocha: { reporter: "eth-gas-reporter", reporterOptions: { currency: "chf", gasPrice: 21, onlyCalledMethods: false, noColors: true, rst: true, rstTitle: "Gas Usage", showTimeSpent: true, excludeContracts: ["Migrations"], proxyResolver: "EtherRouter", codechecks: true } } };