add coverage network to truffle.js

This commit is contained in:
Roman Storm 2017-11-09 20:41:25 -08:00
parent c9c8ec61bc
commit ddac6a3d6c
1 changed files with 7 additions and 0 deletions

View File

@ -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: {