Files
openzeppelin-contracts/truffle.js
2017-02-14 17:57:37 -03:00

10 lines
130 B
JavaScript

module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*"
}
}
};