ETH_PROJET/truffle.js
2018-02-01 11:52:53 +01:00

10 lines
No EOL
209 B
JavaScript

module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*", // Match any network id
gas: 4700000
}
}
};