diff --git a/truffle-config.js b/truffle-config.js index 3b00c8a7..cf2c7c67 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -1,10 +1,8 @@ module.exports = { - // Uncommenting the defaults below - // provides for an easier quick-start with Ganache. + // The defaults below provide an easier quick-start with Ganache. // You can also follow this format for other networks; // see - // for more details on how to specify configuration options! - /* + // for more details on how to specify configuration options! networks: { development: { host: "127.0.0.1", @@ -17,5 +15,4 @@ module.exports = { network_id: "*" } } - */ };