2017-11-30 22:06:59 -08:00

18 lines
402 B
JavaScript

module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*", // Match any network id
},
kovan: {
host: "localhost",
port: 8546,
network_id: "42",
gas: 4612388,
},
},
test_directory: "lib/test",
migrations_directory: "lib/migrations",
};