diff --git a/truffle.js b/truffle.js index c6b6bd4..9321dea 100644 --- a/truffle.js +++ b/truffle.js @@ -6,6 +6,13 @@ module.exports = { host: "localhost", port: 8545, network_id: "*" // Match any network id + }, + coverage: { + host: "localhost", + network_id: "*", + port: 8555, + gas: 0xfffffffffff, + gasPrice: 0x01 } }, mocha: {