diff --git a/truffle.js b/truffle.js index 2491c7c..71719f7 100644 --- a/truffle.js +++ b/truffle.js @@ -3,7 +3,8 @@ module.exports = { development: { host: "localhost", port: 8545, - network_id: "*" // Match any network id + network_id: "*", // Match any network id + gas: 4600000 } } };