summaryrefslogtreecommitdiffstats
path: root/truffle.js
diff options
context:
space:
mode:
Diffstat (limited to 'truffle.js')
-rw-r--r--truffle.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/truffle.js b/truffle.js
index 2a3cb67..40122fb 100644
--- a/truffle.js
+++ b/truffle.js
@@ -40,6 +40,12 @@ module.exports = {
host: "localhost",
port: 8545,
gas: 4712388
+ },
+ smoke: {
+ network_id: '*',
+ host: "localhost",
+ port: 8645,
+ gas: 4712388
}
},
};