diff options
Diffstat (limited to 'truffle.js')
-rw-r--r-- | truffle.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,12 @@ module.exports = { host: "localhost", port: 8545, gas: 4712388 + }, + smoke: { + network_id: '*', + host: "localhost", + port: 8645, + gas: 4712388 } }, }; |