StandardBounties/truffle.js

10 lines
154 B
JavaScript
Raw Permalink Normal View History

module.exports = {
networks: {
development: {
2017-07-04 19:34:20 +00:00
host: "localhost",
port: 8545,
2017-07-04 19:34:20 +00:00
network_id: "*" // Match any network id
}
}
2017-07-04 19:34:20 +00:00
};