diff --git a/truffle-config.js b/truffle-config.js index 0559e2106..6831f9a6c 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -98,6 +98,13 @@ module.exports = { gas: 0xffffffffff, gasPrice: 0x01 }, + development: { + host: 'localhost', + network_id: '*', + port: 8545, + gas: 6.9e6, + gasPrice: 15000000001 + }, }, build: {}, mocha,